Options controlling how a persisted mempool file is imported.
Synopsis
Declared in <node/mempool_persist.h>
struct ImportMempoolOptions;
Data Members
Name |
Description |
Apply persisted per‐transaction fee deltas (prioritisation). |
|
Restore the set of transactions still pending initial broadcast. |
|
File‐open function, overridable for testing. |
|
Use the current time instead of each entry's stored time. |
Created with MrDocs