[#TxReconciliationTracker-IsPeerRegistered] = xref:TxReconciliationTracker.adoc[TxReconciliationTracker]::IsPeerRegistered :relfileprefix: ../ :mrdocs: Check if a peer is registered to reconcile transactions with us. == Synopsis Declared in `<node/txreconciliation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsPeerRegistered(xref:NodeId-08.adoc[NodeId] peer_id) const; ---- == Return Value True if the peer is registered for reconciliation, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *peer_id* | The peer to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#