Skip to content

Commit 2e7dab8

Browse files
committed
added missing leading zero
1 parent 161c482 commit 2e7dab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-330.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ For announcing and relaying transaction outside of reconciliation, we need an un
112112
113113
Set reconciliation primarily consists of the transmission and decoding of a reconciliation set sketch upon request.
114114
115-
[[File:bip-330/recon_scheme_merged.png|framed|center|Set reconciliation protocol flow]]
115+
[[File:bip-0330/recon_scheme_merged.png|framed|center|Set reconciliation protocol flow]]
116116
117117
====Bisection====
118118
119119
If a node is unable to reconstruct the set difference from the received sketch, the node then makes an additional reconciliation request, similar to the initial one, but this request is applied to only a fraction of possible transactions (e.g., in the range 0x0–0x8). Because of the linearity of sketches, a sketch of a subset of transactions would allow the node to compute a sketch for the remainder, which saves bandwidth.
120120
121-
[[File:bip-330/bisection.png|framed|300px|center|Bisection]]
121+
[[File:bip-0330/bisection.png|framed|300px|center|Bisection]]
122122
123123
===New messages===
124124
Several new protocol messages are added: sendrecon, reqreconcil, sketch, reqbisec, reconcildiff, invtx, gettx. This section describes their serialization, contents, and semantics.

0 commit comments

Comments
 (0)