Skip to content

Commit 42893f7

Browse files
committed
LNPBP-1: fix typos
1 parent 3980190 commit 42893f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lnpbp-0001.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ practices into a single algorithm, that avoids all of those issues.
133133
### Commitment procedure
134134

135135
For a given message `msg`, a list of public keys from the `Secp256k1` curve
136-
`P* := {P1, P2, ..., Pn}`, `n > 0`, with some selected original public key `Po`
137-
from this list (`Po ∈ S`), and a protocol-specific `tag` known to both parties,
136+
`P* := {P1, P2, ..., Pn}`, `n > 0`, with a selected original public key `Po`
137+
from this list (`Po ∈ P*`), and a protocol-specific `tag` known to both parties,
138138
the **commit procedure** runs as follows:
139139

140140
1. Reduce list `P*` to a set of unique public keys `P`, by removing all

0 commit comments

Comments
 (0)