Skip to content

Commit

Permalink
BOLT #3: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell authored Nov 15, 2016
1 parent d1b7c78 commit 99b8888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ and MUST NOT reveal the seed. Up to 2^48-1 per-commitment secrets can be
generated; the first secret used MUST be index 281474976710655, and
then the index decremented.

The psecret P for index N MUST match the output of this algorithm:
The secret P for index N MUST match the output of this algorithm:

generate_from_seed(seed, N):
P = seed
Expand Down

0 comments on commit 99b8888

Please sign in to comment.