From 65f8cf6ceb73873a2d4e9258c228985152739ad6 Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Mon, 12 Jul 2021 10:29:09 -0300 Subject: [PATCH] Add missing flag to bitcoin-cli command --- 04_6_Creating_a_Segwit_Transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_6_Creating_a_Segwit_Transaction.md b/04_6_Creating_a_Segwit_Transaction.md index 742347c..ea5c971 100644 --- a/04_6_Creating_a_Segwit_Transaction.md +++ b/04_6_Creating_a_Segwit_Transaction.md @@ -120,7 +120,7 @@ $ bitcoin-cli sendtoaddress tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx 0.005 ``` If you look at your transaction, you can see the use of the Bech32 address: ``` -$ bitcoin-cli gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true +$ bitcoin-cli -named gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true { "amount": -0.00500000, "fee": -0.00036600,