mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
659 B
659 B
-
-datacarriersizeis increased to 100,000 which effectively uncaps the limit (as the maximum transaction size limit will be hit first). It can be overridden with -datacarriersize=83 to revert to the limit enforced in previous versions. Both-datacarrierand-datacarriersizeoptions have been marked as deprecated and are expected to be removed in a future release. (#32406) -
Multiple data carrier (OP_RETURN) outputs in a transaction are now permitted for relay and mining. The
-datacarriersizelimit applies to the aggregate size of the scriptPubKeys across all such outputs in a transaction, not including the scriptPubKey size itself. (#32406)