Set whether or not an initial attempt to load the persisted mempool was made (regardless of whether the attempt was successful or not)

Synopsis

Declared in <txmempool.h>

void
SetLoadTried(bool load_tried);

Parameters

Name

Description

load_tried

Whether a load attempt has been made.

Created with MrDocs