Construct a changeset for the given pool and begin staging changes in its graph.
Synopsis
Declared in <txmempool.h>
explicit
ChangeSet(CTxMemPool* pool);
Parameters
Name |
Description |
pool |
The mempool this changeset operates on. |
Created with MrDocs