diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 7fbab980..20b39607 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -298,6 +298,7 @@ impl DaemonControl { in_value += coin.amount; txins.push(bitcoin::TxIn { previous_output: *op, + sequence: bitcoin::Sequence::ENABLE_RBF_NO_LOCKTIME, // TODO: once we move to Taproot, anti-fee-sniping using nSequence ..bitcoin::TxIn::default() });