File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ submitted.
141
141
swap id, amount, and current status as a progress bar.
142
142
143
143
Swaps require on-chain transactions, so you will need to wait for confirmations before
144
- they will complete successfully. For more detailed information about the swap process,
144
+ they will completed successfully. For more detailed information about the swap process,
145
145
take a look at the
146
146
[ Loop Out In-depth] ( https://lightning.engineering/posts/2019-04-15-loop-out-in-depth/ )
147
147
blog post.
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ amount of the node's channel balance.
15
15
NOTE: An account's balance is purely virtual. If an account is created with an
16
16
initial balance higher than the node's actual overall channel balance, that is
17
17
equivalent to fractional reserve banking. Therefore, the user accepting an
18
- account restricted access enters a trust relationship with the node operator
18
+ account- restricted access enters a trust relationship with the node operator
19
19
that the promised balance of the account is actually spendable.
20
20
21
21
## How do accounts work?
22
22
23
- The accounts systems is made possible thanks to the power of
23
+ The accounts system is made possible thanks to the power of
24
24
[ macaroons] ( https://github.com/lightningnetwork/lnd/blob/master/docs/macaroons.md )
25
25
and the [ RPC middleware
26
26
interceptor] ( https://github.com/lightningnetwork/lnd/blob/master/lnrpc/lightning.proto#L558 )
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ as it is the default directory (`~/.lnd` on Linux).
310
310
311
311
### Example ` loop ` command
312
312
313
- This is where things get a bit tricky. Because as mentioned above, ` loopd ` also
313
+ This is where things get a bit tricky, because as mentioned above, ` loopd ` also
314
314
runs on the same gRPC server as ` lnd ` . That's why we have to both specify the
315
315
` host:port ` as well as the TLS certificate of ` lnd ` . But ` loopd ` verifies its
316
316
own macaroon, so we have to specify that one from the ` .loop ` directory.
You can’t perform that action at this time.
0 commit comments