increased the amount of bytes allowed when using op_return from 40 to 80

This commit is contained in:
OutCast3k
2015-07-27 18:04:41 +00:00
parent cacc30cc95
commit 6f8cd22d5f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -429,7 +429,7 @@
<hr>
<label>Null Data</label> <span class="text-muted text-normal">(40 byte limit)</span>
<label>Null Data</label> <span class="text-muted text-normal">(80 byte limit, <i>40 bytes recommended</i>)</span>
<p class="checkbox">
<label><input type="checkbox" id="opReturn" class="checkbox-inline"> Allow data to be sent within the transaction and stored in the blockchain by using <a href="https://bitcoin.org/en/developer-guide#null-data" target="_"blank">OP_RETURN</a>.</label>
<div class="text-muted">When using this option you may enter a hex string or address into the address field on the output tab.</div>