[#TxReconciliationTracker-PreRegisterPeer] = xref:TxReconciliationTracker.adoc[TxReconciliationTracker]::PreRegisterPeer :relfileprefix: ../ :mrdocs: Step 0. Generates initial part of the state (salt) required to reconcile txs with the peer. The salt is used for short ID computation required for txreconciliation. The function returns the salt. A peer can't participate in future txreconciliations without this call. This function must be called only once per peer. == Synopsis Declared in `<node/txreconciliation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t PreRegisterPeer(xref:NodeId-08.adoc[NodeId] peer_id); ---- == Return Value The locally generated salt for short‐ID computation with this peer. == Parameters [cols="1,4"] |=== | Name| Description | *peer_id* | The peer being pre‐registered. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#