[#node-ImportMempoolOptions] = xref:node.adoc[node]::ImportMempoolOptions :relfileprefix: ../ :mrdocs: Options controlling how a persisted mempool file is imported. == Synopsis Declared in `<node/mempool_persist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ImportMempoolOptions; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:node/ImportMempoolOptions/apply_fee_delta_priority.adoc[`apply_fee_delta_priority`] | Apply persisted per‐transaction fee deltas (prioritisation). | xref:node/ImportMempoolOptions/apply_unbroadcast_set.adoc[`apply_unbroadcast_set`] | Restore the set of transactions still pending initial broadcast. | xref:node/ImportMempoolOptions/mockable_fopen_function.adoc[`mockable_fopen_function`] | File‐open function, overridable for testing. | xref:node/ImportMempoolOptions/use_current_time.adoc[`use_current_time`] | Use the current time instead of each entry's stored time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#