Skip to content

Commit

Permalink
Support for 80 byte OP_RETURNs
Browse files Browse the repository at this point in the history
  • Loading branch information
gidgreen committed Feb 19, 2017
1 parent 3d431c2 commit 07e1dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OP_RETURN.py
Expand Up @@ -50,7 +50,7 @@
OP_RETURN_BTC_FEE=0.0001 # BTC fee to pay per transaction
OP_RETURN_BTC_DUST=0.00001 # omit BTC outputs smaller than this

OP_RETURN_MAX_BYTES=80 # maximum bytes in an OP_RETURN (40 as of Bitcoin 0.10)
OP_RETURN_MAX_BYTES=80 # maximum bytes in an OP_RETURN (80 as of Bitcoin 0.11)
OP_RETURN_MAX_BLOCKS=10 # maximum number of blocks to try when retrieving data

OP_RETURN_NET_TIMEOUT=10 # how long to time out (in seconds) when communicating with bitcoin node
Expand Down

0 comments on commit 07e1dcd

Please sign in to comment.