Skip to content

Commit 98afe78

Browse files
committed
doc: Update bitcoin-tx replaceable documentation
1 parent 94feaf2 commit 98afe78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bitcoin-tx.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ static void SetupBitcoinTxArgs(ArgsManager &argsman)
6666
argsman.AddArg("outscript=VALUE:SCRIPT[:FLAGS]", "Add raw script output to TX. "
6767
"Optionally add the \"W\" flag to produce a pay-to-witness-script-hash output. "
6868
"Optionally add the \"S\" flag to wrap the output in a pay-to-script-hash.", ArgsManager::ALLOW_ANY, OptionsCategory::COMMANDS);
69-
argsman.AddArg("replaceable(=N)", "Set RBF opt-in sequence number for input N (if not provided, opt-in all available inputs)", ArgsManager::ALLOW_ANY, OptionsCategory::COMMANDS);
69+
argsman.AddArg("replaceable(=N)", "Sets Replace-By-Fee (RBF) opt-in sequence number for input N. "
70+
"If N is not provided, the command attempts to opt-in all available inputs for RBF. "
71+
"If the transaction has no inputs, this option is ignored.", ArgsManager::ALLOW_ANY, OptionsCategory::COMMANDS);
7072
argsman.AddArg("sign=SIGHASH-FLAGS", "Add zero or more signatures to transaction. "
7173
"This command requires JSON registers:"
7274
"prevtxs=JSON object, "

0 commit comments

Comments
 (0)