1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

Lower-cased an "a".

This commit is contained in:
Shannon Appelcline 2017-12-08 13:00:22 -08:00 committed by Rusty Russell
parent 978f3dfb01
commit 0d74fd7b53

View File

@ -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: