Skip to content

Commit

Permalink
Fix v0.3.0 incompatibility
Browse files Browse the repository at this point in the history
 [ yapified by gitreformat (github/ghtdak) on Mon Nov 30 21:11:38 2015 ]
  • Loading branch information
petertodd committed Dec 22, 2014
1 parent f0234ae commit c5235b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/timestamp-op-ret.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
change_pubkey = proxy.validateaddress(change_addr)['pubkey']
change_out = CMutableTxOut(MAX_MONEY, CScript([change_pubkey, OP_CHECKSIG]))

digest_outs = [CMutableTxOut(0, CScript([script.OP_RETURN, digest]))]
digest_outs = [CMutableTxOut(0, CScript([OP_RETURN, digest]))]

txouts = [change_out] + digest_outs

Expand Down

0 comments on commit c5235b4

Please sign in to comment.