From a60f729e293dcd11ca077b7c1c72b06119437faa Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Thu, 20 Oct 2022 16:38:50 +0300 Subject: p2p: Drop roles from sendtxrcncl This feature was currently redundant (although could have provided more flexibility in the future), and already been causing confusion. --- src/protocol.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 17a363b1d3..51fabf8da0 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -259,9 +259,7 @@ extern const char* CFCHECKPT; */ extern const char* WTXIDRELAY; /** - * Contains 2 1-byte bools, a 4-byte version number and an 8-byte salt. - * The 2 booleans indicate that a node is willing to participate in transaction - * reconciliation, respectively as an initiator or as a receiver. + * 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. */ -- cgit v1.2.3