[#TxReconciliationTracker-ForgetPeer] = xref:TxReconciliationTracker.adoc[TxReconciliationTracker]::ForgetPeer :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ForgetPeer(xref:NodeId-08.adoc[NodeId] peer_id); ---- == Parameters [cols="1,4"] |=== | Name| Description | *peer_id* | The peer whose reconciliation state should be forgotten. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#