You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argsman.AddArg("-minrelaytxfee=<amt>", strprintf("Fees (in %s/kvB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)",
"Broadcast transactions submitted via sendrawtransaction RPC using short-lived "
676
+
"connections through the Tor or I2P networks, without putting them in the mempool first. "
677
+
"Transactions submitted through the wallet are not affected by this option "
678
+
"(default: %u)",
679
+
DEFAULT_PRIVATE_BROADCAST),
680
+
ArgsManager::ALLOW_ANY,
681
+
OptionsCategory::NODE_RELAY);
673
682
argsman.AddArg("-whitelistforcerelay", strprintf("Add 'forcerelay' permission to whitelisted peers with default permissions. This will relay transactions even if the transactions were already in the mempool. (default: %d)", DEFAULT_WHITELISTFORCERELAY), ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);
674
683
argsman.AddArg("-whitelistrelay", strprintf("Add 'relay' permission to whitelisted peers with default permissions. This will accept relayed transactions even when not relaying transactions (default: %d)", DEFAULT_WHITELISTRELAY), ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);
0 commit comments