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
Name |
Description |
peer_id |
The peer whose reconciliation state should be forgotten. |
Created with MrDocs