Skip to content

Commit df1adeb

Browse files
committed
Fix v0.3.0 incompatibility
1 parent 5538151 commit df1adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timestamp-op-ret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
change_pubkey = proxy.validateaddress(change_addr)['pubkey']
5656
change_out = CMutableTxOut(MAX_MONEY, CScript([change_pubkey, OP_CHECKSIG]))
5757

58-
digest_outs = [CMutableTxOut(0, CScript([script.OP_RETURN, digest]))]
58+
digest_outs = [CMutableTxOut(0, CScript([OP_RETURN, digest]))]
5959

6060
txouts = [change_out] + digest_outs
6161

0 commit comments

Comments
 (0)