CTxMemPool::ChangeSet::ChangeSet

Deleted copy constructor; a changeset is not copyable.

Synopsis

Declared in <txmempool.h>

ChangeSet(ChangeSet const& other) = delete;

Parameters

NameDescription
otherThe changeset that would be copied.