[wallet] fix typo in rpcwallet.cpp

replacable -> replaceable
This commit is contained in:
Ikko Ashimine 2021-02-06 12:05:47 +09:00 committed by GitHub
parent c338a71bd2
commit 3ba037d793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"