aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2022-10-20 16:38:50 +0300
committerGleb Naumenko <naumenko.gs@gmail.com>2022-11-10 09:21:57 +0200
commita60f729e293dcd11ca077b7c1c72b06119437faa (patch)
treee53aee4c414f624d61006dd2ae121a839c813ea4 /src/protocol.h
parent6772cbf69cf075ac8dff3507bf9151400ed255b7 (diff)
downloadbitcoin-a60f729e293dcd11ca077b7c1c72b06119437faa.tar.xz
p2p: Drop roles from sendtxrcncl
This feature was currently redundant (although could have provided more flexibility in the future), and already been causing confusion.
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h4
1 files changed, 1 insertions, 3 deletions
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.
*/