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.
141141 swap id, amount, and current status as a progress bar.
142142
143143 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,
145145 take a look at the
146146 [ Loop Out In-depth] ( https://lightning.engineering/posts/2019-04-15-loop-out-in-depth/ )
147147 blog post.
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ amount of the node's channel balance.
1515NOTE: An account's balance is purely virtual. If an account is created with an
1616initial balance higher than the node's actual overall channel balance, that is
1717equivalent 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
1919that the promised balance of the account is actually spendable.
2020
2121## How do accounts work?
2222
23- The accounts systems is made possible thanks to the power of
23+ The accounts system is made possible thanks to the power of
2424[ macaroons] ( https://github.com/lightningnetwork/lnd/blob/master/docs/macaroons.md )
2525and the [ RPC middleware
2626interceptor] ( 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).
310310
311311### Example ` loop ` command
312312
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
314314runs on the same gRPC server as ` lnd ` . That's why we have to both specify the
315315` host:port ` as well as the TLS certificate of ` lnd ` . But ` loopd ` verifies its
316316own macaroon, so we have to specify that one from the ` .loop ` directory.
You can’t perform that action at this time.
0 commit comments