diff options
| author | S. Matthew English <[email protected]> | 2016-10-27 12:13:03 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-27 16:45:09 +0200 |
| commit | 1c3ecc70c8cd6c33cf3ff4e2099c8e7d8a8ca9d2 (patch) | |
| tree | 7231267d450ca7bd36fa8b42a90a68b6315a88c2 /src/rpc/blockchain.cpp | |
| parent | Merge #9020: rpc: Remove invalid explanation from wallet fee message (diff) | |
| download | discoin-1c3ecc70c8cd6c33cf3ff4e2099c8e7d8a8ca9d2.tar.xz discoin-1c3ecc70c8cd6c33cf3ff4e2099c8e7d8a8ca9d2.zip | |
instance of 'mem pool' to 'mempool'
there was only one instance of 'mem pool' and not 'mempool', so I changed it to conform to the others
Diffstat (limited to 'src/rpc/blockchain.cpp')
| -rw-r--r-- | src/rpc/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 7c128885d..8caea14ad 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -863,7 +863,7 @@ UniValue gettxout(const JSONRPCRequest& request) "\nArguments:\n" "1. \"txid\" (string, required) The transaction id\n" "2. n (numeric, required) vout number\n" - "3. includemempool (boolean, optional) Whether to include the mem pool\n" + "3. includemempool (boolean, optional) Whether to include the mempool\n" "\nResult:\n" "{\n" " \"bestblock\" : \"hash\", (string) the block hash\n" |