Check if a peer is registered to reconcile transactions with us.
Synopsis
Declared in <node/txreconciliation.h>
bool
IsPeerRegistered(NodeId peer_id) const;
Return Value
True if the peer is registered for reconciliation, false otherwise.
Parameters
Name |
Description |
peer_id |
The peer to look up. |
Created with MrDocs