mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
[wallet] fix typo in rpcwallet.cpp
replacable -> replaceable
This commit is contained in:
parent
c338a71bd2
commit
3ba037d793
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user