Skip to content

Commit c5235b4

Browse files
committed
Fix v0.3.0 incompatibility
[ yapified by gitreformat (github/ghtdak) on Mon Nov 30 21:11:38 2015 ]
1 parent f0234ae commit c5235b4

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
@@ -54,7 +54,7 @@
5454
change_pubkey = proxy.validateaddress(change_addr)['pubkey']
5555
change_out = CMutableTxOut(MAX_MONEY, CScript([change_pubkey, OP_CHECKSIG]))
5656

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

5959
txouts = [change_out] + digest_outs
6060

0 commit comments

Comments
 (0)