Skip to content

Commit 902e699

Browse files
committed
Revert "doc: Clarify that -datacarriersize applies to the full raw scriptPubKey, not the data push"
This reverts commit faafc35.
1 parent 7cbe5cd commit 902e699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/init.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,7 @@ void SetupServerArgs(ArgsManager& argsman)
646646
argsman.AddArg("-datacarrier", strprintf("Relay and mine data carrier transactions (default: %u)", DEFAULT_ACCEPT_DATACARRIER), ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);
647647
argsman.AddArg("-datacarrierfullcount", strprintf("Apply datacarriersize limit to all known datacarrier methods (default: %u)", DEFAULT_DATACARRIER_FULLCOUNT), ArgsManager::ALLOW_ANY | (DEFAULT_DATACARRIER_FULLCOUNT ? uint32_t{ArgsManager::DEBUG_ONLY} : 0), OptionsCategory::NODE_RELAY);
648648
argsman.AddArg("-datacarriersize",
649-
strprintf("Relay and mine transactions whose data-carrying raw scriptPubKey "
650-
"is of this size or less (default: %u)",
649+
strprintf("Maximum size of data in data carrier transactions we relay and mine (default: %u)",
651650
MAX_OP_RETURN_RELAY),
652651
ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);
653652
argsman.AddArg("-mempoolfullrbf", strprintf("Accept transaction replace-by-fee without requiring replaceability signaling (default: %u)", (DEFAULT_MEMPOOL_RBF_POLICY == RBFPolicy::Always)), ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);

0 commit comments

Comments
 (0)