We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0234ae commit c5235b4Copy full SHA for c5235b4
examples/timestamp-op-ret.py
@@ -54,7 +54,7 @@
54
change_pubkey = proxy.validateaddress(change_addr)['pubkey']
55
change_out = CMutableTxOut(MAX_MONEY, CScript([change_pubkey, OP_CHECKSIG]))
56
57
- digest_outs = [CMutableTxOut(0, CScript([script.OP_RETURN, digest]))]
+ digest_outs = [CMutableTxOut(0, CScript([OP_RETURN, digest]))]
58
59
txouts = [change_out] + digest_outs
60
0 commit comments