Update 04_02

Corrected syntax in createrawtransaction command.
This commit is contained in:
Jakob Alexander 2018-11-23 14:07:50 +01:00 committed by GitHub
parent 81d8760a8c
commit 334a065751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ $ bitcoin-cli createrawtransaction
'''[
{
"txid": "'$your_txid'",
"vout": "'$your_vout'"
"vout": '$your_vout'
}
]'''
'''{