mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
Lower-cased an "a".
This commit is contained in:
parent
978f3dfb01
commit
0d74fd7b53
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Throughout the handshake process, each side maintains these variables:
|
|||
* `e`: A party's **ephemeral keypair**. For each session a node MUST generate a
|
||||
new ephemeral key with strong cryptographic randomness.
|
||||
|
||||
* `s`: A party's **static public key** (`ls` for local, `rs` for remote)
|
||||
* `s`: a party's **static public key** (`ls` for local, `rs` for remote)
|
||||
|
||||
The following functions will also be referenced:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue