mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 04_02
Corrected syntax in createrawtransaction command.
This commit is contained in:
parent
81d8760a8c
commit
334a065751
@ -104,7 +104,7 @@ $ bitcoin-cli createrawtransaction
|
|||||||
'''[
|
'''[
|
||||||
{
|
{
|
||||||
"txid": "'$your_txid'",
|
"txid": "'$your_txid'",
|
||||||
"vout": "'$your_vout'"
|
"vout": '$your_vout'
|
||||||
}
|
}
|
||||||
]'''
|
]'''
|
||||||
'''{
|
'''{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user