Skip to content

Commit 161c482

Browse files
committed
Merge branch 'master' of https://github.com/naumenkogs/bips
* 'master' of https://github.com/naumenkogs/bips: Update bip-reconcil.mediawiki
2 parents aae7384 + 394601b commit 161c482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-330.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The reqreconcil message initiates a reconciliation round.
155155
|}
156156
157157
Upon receipt of a "reqreconcil" message, the receiver:
158-
* 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.
158+
* 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.
159159
* 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.
160160
161161
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)