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