mempool: persist with XOR

This commit is contained in:
MarcoFalke 2023-08-03 11:48:34 +02:00
parent b3898e946c
commit fa6b053b5c
No known key found for this signature in database
9 changed files with 49 additions and 15 deletions

View file

@ -93,6 +93,8 @@ util::Result<void> ApplyArgsManOptions(const ArgsManager& argsman, const CChainP
mempool_opts.full_rbf = argsman.GetBoolArg("-mempoolfullrbf", mempool_opts.full_rbf);
mempool_opts.persist_v1_dat = argsman.GetBoolArg("-persistmempoolv1", mempool_opts.persist_v1_dat);
ApplyArgsManOptions(argsman, mempool_opts.limits);
return {};