Post
Topic
Board Development & Technical Discussion
Re: scriptPubKey.size() > nMaxDatacarrierBytes
by
victorkimba17
on 10/08/2018, 08:20:31 UTC
the datacarriersize controls the OP_RETURN script size. the small size of 80 is to prevent arbitrary data from getting into blockchain.

in BCH, the size is increased to 220 bytes.