mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
[net processing] Move -txreconciliation to PeerManager::Options
This commit is contained in:
parent
4cfb7b925f
commit
fa9e6d80d1
5 changed files with 5 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ namespace node {
|
|||
|
||||
void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options)
|
||||
{
|
||||
if(auto value{argsman.GetBoolArg("-txreconciliation")}) options.reconcile_txs = *value;
|
||||
}
|
||||
|
||||
} // namespace node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue