Merge pull request #1707 from eltociear/patch-2

[wallet] fix typo in rpcwallet.cpp
This commit is contained in:
Patrick Lodder 2021-02-17 23:38:58 +01:00 committed by GitHub
commit 3007516320
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"