CTxMemPool::ChangeSet::ChangeSet

Constructors

Synopses

Declared in <txmempool.h>

Deleted copy constructor; a changeset is not copyable.

ChangeSet(ChangeSet const& other) = delete;
» more...

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

explicit
ChangeSet(CTxMemPool* pool);
» more...

Parameters

NameDescription
otherThe changeset that would be copied.
poolThe mempool this changeset operates on.