mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-11 09:42:17 +01:00
net_processing: retry private broadcast
Periodically check for stale transactions in peerman and if found, reschedule new connections to be opened by connman for broadcasting them.
This commit is contained in:
@@ -23,6 +23,8 @@ void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& optio
|
||||
if (auto value{argsman.GetBoolArg("-capturemessages")}) options.capture_messages = *value;
|
||||
|
||||
if (auto value{argsman.GetBoolArg("-blocksonly")}) options.ignore_incoming_txs = *value;
|
||||
|
||||
if (auto value{argsman.GetBoolArg("-privatebroadcast")}) options.private_broadcast = *value;
|
||||
}
|
||||
|
||||
} // namespace node
|
||||
|
||||
Reference in New Issue
Block a user