mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 18:44:59 +01:00
refactor: remove legacy comments
These comments became irrelevant in one of the previous code changes. They simply don't make sense anymore.
This commit is contained in:
parent
4a0251c05d
commit
7e42a50631
1 changed files with 0 additions and 6 deletions
|
@ -36,9 +36,6 @@ class TxReconciliationState
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* TODO: This field is public to ignore -Wunused-private-field. Make private once used in
|
|
||||||
* the following commits.
|
|
||||||
*
|
|
||||||
* Reconciliation protocol assumes using one role consistently: either a reconciliation
|
* Reconciliation protocol assumes using one role consistently: either a reconciliation
|
||||||
* initiator (requesting sketches), or responder (sending sketches). This defines our role,
|
* initiator (requesting sketches), or responder (sending sketches). This defines our role,
|
||||||
* based on the direction of the p2p connection.
|
* based on the direction of the p2p connection.
|
||||||
|
@ -47,9 +44,6 @@ public:
|
||||||
bool m_we_initiate;
|
bool m_we_initiate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: These fields are public to ignore -Wunused-private-field. Make private once used in
|
|
||||||
* the following commits.
|
|
||||||
*
|
|
||||||
* These values are used to salt short IDs, which is necessary for transaction reconciliations.
|
* These values are used to salt short IDs, which is necessary for transaction reconciliations.
|
||||||
*/
|
*/
|
||||||
uint64_t m_k0, m_k1;
|
uint64_t m_k0, m_k1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue