[#NetMsgType-SENDTXRCNCL] = xref:NetMsgType.adoc[NetMsgType]::SENDTXRCNCL :relfileprefix: ../ :mrdocs: Contains a 4‐byte version number and an 8‐byte salt. The salt is used to compute short txids needed for efficient txreconciliation, as described by BIP 330. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* SENDTXRCNCL = {"sendtxrcncl"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#