File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This is version 0.
2929 * A computer or other device connected to the Bitcoin network.
3030
3131* * Peers* :
32- * * Nodes* transacting bitcoins with one other through a * channel* .
32+ * * Nodes* transacting bitcoins with one another through a * channel* .
3333
3434* * MSAT* :
3535 * A millisatoshi, often used as a field name.
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ index which matches this *prefix*.
520520
521521For example, secret ` 0xFFFFFFFFFFF0 ` allows the secrets to be derived for
522522` 0xFFFFFFFFFFF1 ` through ` 0xFFFFFFFFFFFF ` , inclusive; and secret ` 0xFFFFFFFFFF08 `
523- allows the secrets to be derive for ` 0xFFFFFFFFFF09 ` through ` 0xFFFFFFFFFF0F ` ,
523+ allows the secrets to be derived for ` 0xFFFFFFFFFF09 ` through ` 0xFFFFFFFFFF0F ` ,
524524inclusive.
525525
526526This is done using a slight generalization of ` generate_from_seed ` above:
You can’t perform that action at this time.
0 commit comments