node::TxDownloadManager::CheckIsEmpty

CheckIsEmpty overloads

Synopses

Declared in <node/txdownloadman.h>

Check that all data structures are empty.

void
CheckIsEmpty() const;
» more...

Check that all data structures that track per-peer information have nothing for this peer.

void
CheckIsEmpty(NodeId nodeid) const;
» more...

Parameters

NameDescription
nodeidThe peer to check.