diff options
| author | Patrick Lodder <[email protected]> | 2021-02-17 23:38:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-17 23:38:58 +0100 |
| commit | 3007516320d8a8edd494e127e7660b55c522fe33 (patch) | |
| tree | 7aa61ca0023650643e466430bbdcd1ba9241c566 /src | |
| parent | Merge pull request #1741 from luisschubert/patch-1 (diff) | |
| parent | [wallet] fix typo in rpcwallet.cpp (diff) | |
| download | discoin-3007516320d8a8edd494e127e7660b55c522fe33.tar.xz discoin-3007516320d8a8edd494e127e7660b55c522fe33.zip | |
Merge pull request #1707 from eltociear/patch-2
[wallet] fix typo in rpcwallet.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 89a5f6f4a..26ed4b94c 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2728,7 +2728,7 @@ UniValue bumpfee(const JSONRPCRequest& request) " be left unchanged from the original. If false, any input sequence numbers in the\n" " original transaction that were less than 0xfffffffe will be increased to 0xfffffffe\n" " so the new transaction will not be explicitly bip-125 replaceable (though it may\n" - " still be replacable in practice, for example if it has unconfirmed ancestors which\n" + " still be replaceable in practice, for example if it has unconfirmed ancestors which\n" " are replaceable).\n" " }\n" "\nResult:\n" |