TxReconciliationTracker::ForgetPeer

Attempts to forget txreconciliation-related state of the peer (if we previously stored any). After this, we won't be able to reconcile transactions with the peer.

Synopsis

Declared in <node/txreconciliation.h>

void
ForgetPeer(NodeId peer_id);

Parameters

NameDescription
peer_idThe peer whose reconciliation state should be forgotten.