From 844be6689585fcab87334d6349ca863b47b592e9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 26 Aug 2020 08:01:07 -1000 Subject: [PATCH] Typo fix (per keblek: a prompt had gotten left in) --- 05_2_Resending_a_Transaction_with_RBF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_2_Resending_a_Transaction_with_RBF.md b/05_2_Resending_a_Transaction_with_RBF.md index eb7d3fc..aa02027 100644 --- a/05_2_Resending_a_Transaction_with_RBF.md +++ b/05_2_Resending_a_Transaction_with_RBF.md @@ -17,7 +17,7 @@ $ rawtxhex=$(bitcoin-cli -named createrawtransaction inputs='''[ { "txid": "'$ut You should of course sign and send your transaction as usual: ``` $ signedtx=$(bitcoin-cli -named signrawtransactionwithwallet hexstring=$rawtxhex | jq -r '.hex') -standup@btctest20:~$ bitcoin-cli -named sendrawtransaction hexstring=$signedtx +$ bitcoin-cli -named sendrawtransaction hexstring=$signedtx 5b953a0bdfae0d11d20d195ea43ab7c31a5471d2385c258394f3bb9bb3089375 ``` Now, when you look at your transaction, you should see something new: the `bip125-replaceable` line, which has always been marked `no` before, is now marked `yes`: