CTxMemPool::ChangeSet::ChangeSet

Construct a changeset for the given pool and begin staging changes in its graph.

Synopsis

Declared in <txmempool.h>

explicit
ChangeSet(CTxMemPool* pool);

Parameters

NameDescription
poolThe mempool this changeset operates on.