mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
doc: Spelling corrections
This commit is contained in:
parent
b52fb14726
commit
6a4468edca
@ -12,7 +12,7 @@ SYNOPSIS
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
The *fundchannel* RPC command opens a payment channel with a peer by commiting
|
||||
The *fundchannel* RPC command opens a payment channel with a peer by committing
|
||||
a funding transaction to the blockchain as defined in BOLT #2.
|
||||
*fundchannel* by itself does not attempt to open a connection.
|
||||
A connection must first be established using *connect*.
|
||||
|
@ -43,10 +43,10 @@ Each entry in 'channels' will include:
|
||||
number and output index of the channel funding transaction).
|
||||
|
||||
- 'channel_sat' - available satoshis on our node's end of the channel
|
||||
(values rounded to the nearest satoshi as internal storage is in milisatoshi).
|
||||
(values rounded to the nearest satoshi as internal storage is in millisatoshi).
|
||||
|
||||
- 'channel_total_sat' - total channel value in satoshi
|
||||
(values rounded to the nearest satoshi as internal storage is in milisatoshi).
|
||||
(values rounded to the nearest satoshi as internal storage is in millisatoshi).
|
||||
|
||||
- 'funding_txid' - funding transaction id.
|
||||
|
||||
|
@ -25,7 +25,7 @@ paid.
|
||||
The `exemptfee` option can be used for tiny payments which would be dominated by
|
||||
the fee leveraged by forwarding nodes. Setting `exemptfee` allows the
|
||||
`maxfeepercent` check to be skipped on fees that are smaller than `exemptfee`
|
||||
(default: 5000 millsatoshi).
|
||||
(default: 5000 millisatoshi).
|
||||
|
||||
The *pay* RPC command will randomize routes slightly, as long as the
|
||||
route achieves the targeted 'maxfeepercent' and 'maxdelay'.
|
||||
|
@ -23,7 +23,7 @@ The 'status' field will be 'paid'.
|
||||
If the invoice is deleted while unpaid, or the invoice does not exist,
|
||||
this command will return with an error with code -1.
|
||||
|
||||
If the invoice expires before being pad, or is already expired, this
|
||||
If the invoice expires before being paid, or is already expired, this
|
||||
command will return with an error with code -2, with the data being
|
||||
the invoice data as per *listinvoice*.
|
||||
|
||||
|
@ -18,7 +18,7 @@ exists, when it starts up. The location of this file defaults to
|
||||
*.lightning* in the home directory, but can be overridden by the
|
||||
'--lightning-dir' option on the lightningd(8) command line.
|
||||
|
||||
Configuration file options are processsed first, then command line
|
||||
Configuration file options are processed first, then command line
|
||||
options: later options override earlier ones except 'addr' options
|
||||
which accumulate.
|
||||
|
||||
@ -235,7 +235,7 @@ or precisely control where to bind and what to announce with the
|
||||
*bind-addr*='[IPADDRESS[:PORT]]|SOCKETPATH'::
|
||||
|
||||
Set an IP address or UNIX domain socket to listen to, but do not
|
||||
announce. A UNIX domain socket is distingished from an IP address
|
||||
announce. A UNIX domain socket is distinguished from an IP address
|
||||
by beginning with a '/'.
|
||||
|
||||
An empty 'IPADDRESS' is a special value meaning bind to IPv4 and/or
|
||||
@ -294,7 +294,7 @@ or precisely control where to bind and what to announce with the
|
||||
BUGS
|
||||
----
|
||||
You should report bugs on our github issues page, and maybe submit a
|
||||
fix to gain our eternal gratutide!
|
||||
fix to gain our eternal gratitude!
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user