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 5538151 commit df1adebCopy full SHA for df1adeb
examples/timestamp-op-ret.py
@@ -55,7 +55,7 @@
55
change_pubkey = proxy.validateaddress(change_addr)['pubkey']
56
change_out = CMutableTxOut(MAX_MONEY, CScript([change_pubkey, OP_CHECKSIG]))
57
58
- digest_outs = [CMutableTxOut(0, CScript([script.OP_RETURN, digest]))]
+ digest_outs = [CMutableTxOut(0, CScript([OP_RETURN, digest]))]
59
60
txouts = [change_out] + digest_outs
61
0 commit comments