mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-14 09:40:55 +00:00
Made changes to ch03.asciidoc
This commit is contained in:
parent
36597efe92
commit
47ac0335a7
@ -656,8 +656,7 @@ $ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000
|
|||||||
"value" : 0.05000000,
|
"value" : 0.05000000,
|
||||||
"n" : 0,
|
"n" : 0,
|
||||||
"scriptPubKey" : {
|
"scriptPubKey" : {
|
||||||
"asm" : "OP_DUP OP_HASH160 07bdb518fa2e6089fd810235cf1100c9c13d1fd2
|
"asm" : "OP_DUP OP_HASH160 07bdb518fa2e6089fd810235cf1100c9c13d1fd2OP_EQUALVERIFY OP_CHECKSIG",
|
||||||
OP_EQUALVERIFY OP_CHECKSIG",
|
|
||||||
"hex" : "76a91407bdb518fa2e6089fd810235cf1100c9c13d1fd288ac",
|
"hex" : "76a91407bdb518fa2e6089fd810235cf1100c9c13d1fd288ac",
|
||||||
"reqSigs" : 1,
|
"reqSigs" : 1,
|
||||||
"type" : "pubkeyhash",
|
"type" : "pubkeyhash",
|
||||||
@ -670,8 +669,7 @@ $ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000
|
|||||||
"value" : 1.03362847,
|
"value" : 1.03362847,
|
||||||
"n" : 1,
|
"n" : 1,
|
||||||
"scriptPubKey" : {
|
"scriptPubKey" : {
|
||||||
"asm" : "OP_DUP OP_HASH160 107b7086b31518935c8d28703d66d09b36231343
|
"asm" : "OP_DUP OP_HASH160 107b7086b31518935c8d28703d66d09b36231343OP_EQUALVERIFY OP_CHECKSIG",
|
||||||
OP_EQUALVERIFY OP_CHECKSIG",
|
|
||||||
"hex" : "76a914107b7086b31518935c8d28703d66d09b3623134388ac",
|
"hex" : "76a914107b7086b31518935c8d28703d66d09b3623134388ac",
|
||||||
"reqSigs" : 1,
|
"reqSigs" : 1,
|
||||||
"type" : "pubkeyhash",
|
"type" : "pubkeyhash",
|
||||||
|
Loading…
Reference in New Issue
Block a user