Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
43814168
Topic
4860773
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.