diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-04 12:46:35 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-04 12:47:56 +0100 |
| commit | d65a13b773f822be76b83d9c782dbe14cbc32cd0 (patch) | |
| tree | 5e7faae5f70c2b242c543533c2933f68dfb4c725 /src/wallet/rpcwallet.cpp | |
| parent | Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder (diff) | |
| parent | updated listsinceblock rpc docs (diff) | |
| download | discoin-d65a13b773f822be76b83d9c782dbe14cbc32cd0.tar.xz discoin-d65a13b773f822be76b83d9c782dbe14cbc32cd0.zip | |
Merge #9396: Updated listsinceblock rpc documentation
3f67972 updated listsinceblock rpc docs (accraze)
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 5a4fcc743..11d69ac19 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1650,6 +1650,7 @@ UniValue listsinceblock(const JSONRPCRequest& request) " \"vout\" : n, (numeric) the vout value\n" " \"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the 'send' category of transactions.\n" " \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and 'receive' category of transactions.\n" + " When it's < 0, it means the transaction conflicted that many blocks ago.\n" " \"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive' category of transactions.\n" " \"blockindex\": n, (numeric) The index of the transaction in the block that includes it. Available for 'send' and 'receive' category of transactions.\n" " \"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n" |