aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorIkko Ashimine <[email protected]>2021-02-06 12:05:47 +0900
committerGitHub <[email protected]>2021-02-06 12:05:47 +0900
commit3ba037d793b5da0e482d46b5060ec02f727800bd (patch)
tree4d5b92c01b5030c5ce4a36c57c8ba7e8aaf8c41d /src/wallet/rpcwallet.cpp
parentMerge pull request #1669 from carsenk/master (diff)
downloaddiscoin-3ba037d793b5da0e482d46b5060ec02f727800bd.tar.xz
discoin-3ba037d793b5da0e482d46b5060ec02f727800bd.zip
[wallet] fix typo in rpcwallet.cpp
replacable -> replaceable
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp2
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"