From 334a0657519f1f45d79f7201bb1db64555ccf87d Mon Sep 17 00:00:00 2001 From: Jakob Alexander <44269459+jakobalexander@users.noreply.github.com> Date: Fri, 23 Nov 2018 14:07:50 +0100 Subject: [PATCH] Update 04_02 Corrected syntax in createrawtransaction command. --- 04_2_Creating_a_Raw_Transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_2_Creating_a_Raw_Transaction.md b/04_2_Creating_a_Raw_Transaction.md index 66c721e..8e7f679 100644 --- a/04_2_Creating_a_Raw_Transaction.md +++ b/04_2_Creating_a_Raw_Transaction.md @@ -104,7 +104,7 @@ $ bitcoin-cli createrawtransaction '''[ { "txid": "'$your_txid'", - "vout": "'$your_vout'" + "vout": '$your_vout' } ]''' '''{