mirror of
https://github.com/lightning/bolts.git
synced 2025-02-20 13:34:43 +01:00
Fix typo and aspell list. (#963)
Since Travis died, we don't get CI to check these any more :( Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
5fa6ff3360
commit
e60d594abf
2 changed files with 5 additions and 1 deletions
|
@ -387,3 +387,7 @@ CHECKSIGVERIFY
|
|||
IFDUP
|
||||
sats
|
||||
anysegwit
|
||||
griefing
|
||||
unspendable
|
||||
pkh
|
||||
kB
|
||||
|
|
|
@ -609,7 +609,7 @@ the other node then replies similarly, using a fee it thinks is fair. This
|
|||
exchange continues until both agree on the same fee or when one side fails
|
||||
the channel.
|
||||
|
||||
In the modern method, the funder sends its permissable fee range, and the
|
||||
In the modern method, the funder sends its permissible fee range, and the
|
||||
non-funder has to pick a fee in this range. If the non-funder chooses the same
|
||||
value, negotiation is complete after two messages, otherwise the funder will
|
||||
reply with the same value (completing after three messages).
|
||||
|
|
Loading…
Add table
Reference in a new issue