Skip to content

Commit 394601b

Browse files
authored
Merge pull request bitcoin#2 from MarcoFalke/patch-2
Update bip-reconcil.mediawiki
2 parents 32af098 + 6300523 commit 394601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-reconcil.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The reqreconcil message initiates a reconciliation round.
153153
|}
154154
155155
Upon receipt of a "reqreconcil" message, the receiver:
156-
* Constructs and sends a "sketch" message (see below), with a sketch of capacity computed as ``|set_size - local_set_size| + q * (set_size + local_set_size) + c'', where ''local_set_size'' represents size of the receiver's reconciliation set.
156+
* Constructs and sends a "sketch" message (see below), with a sketch of capacity computed as ''|set_size - local_set_size| + q * (set_size + local_set_size) + c'', where ''local_set_size'' represents size of the receiver's reconciliation set.
157157
* Makes a snapshot of their current reconciliation set, and clears the set itself. The snapshot is kept until a "reconcildiff" message is received by the node.
158158
159159
It is suggested to use ''c=1'' to avoid sending empty sketches and reduce the overhead caused by under-estimations.

0 commit comments

Comments
 (0)