CTxMemPool::SetLoadTried

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

NameDescription
load_triedWhether a load attempt has been made.