aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
diff options
context:
space:
mode:
authorKashif Smith <1489460+kashifs@users.noreply.github.com>2023-12-07 05:41:08 -0500
committerKashif Smith <1489460+kashifs@users.noreply.github.com>2023-12-11 13:08:46 -0500
commit98afe7866185ed4157ffc581763e11dc02fcbae0 (patch)
treeac051316935d513635313f26b978a1a1f6957376 /src/bitcoin-tx.cpp
parent94feaf2b66d68b3c849375e1d9d3a81c17cd2045 (diff)
downloadbitcoin-98afe7866185ed4157ffc581763e11dc02fcbae0.tar.xz
doc: Update bitcoin-tx replaceable documentation
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r--src/bitcoin-tx.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
index 384db22119..320624c419 100644
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -66,7 +66,9 @@ static void SetupBitcoinTxArgs(ArgsManager &argsman)
argsman.AddArg("outscript=VALUE:SCRIPT[:FLAGS]", "Add raw script output to TX. "
"Optionally add the \"W\" flag to produce a pay-to-witness-script-hash output. "
"Optionally add the \"S\" flag to wrap the output in a pay-to-script-hash.", ArgsManager::ALLOW_ANY, OptionsCategory::COMMANDS);
- 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);
+ argsman.AddArg("replaceable(=N)", "Sets Replace-By-Fee (RBF) opt-in sequence number for input N. "
+ "If N is not provided, the command attempts to opt-in all available inputs for RBF. "
+ "If the transaction has no inputs, this option is ignored.", ArgsManager::ALLOW_ANY, OptionsCategory::COMMANDS);
argsman.AddArg("sign=SIGHASH-FLAGS", "Add zero or more signatures to transaction. "
"This command requires JSON registers:"
"prevtxs=JSON object, "