File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Core, and btcd.
10
10
11
11
In the current iteration of the Loop software, two swap types are supported:
12
12
* off-chain to on-chain, where the Loop client sends funds off-chain in
13
- * on-chain to off-chain, where teh Loop client sends funds to an on-chain
13
+ * on-chain to off-chain, where the Loop client sends funds to an on-chain
14
14
address using an off-chain channel
15
15
16
16
We call off-chain to on-chain swaps, a ** Loop Out** . The service can be used
@@ -38,7 +38,7 @@ Potential uses for **Loop In**:
38
38
39
39
## Development and Support
40
40
41
- The Loop client is current in an early beta state, and offers a simple command
41
+ The Loop client is currently in an early beta state, and offers a simple command
42
42
line application. Future APIs will be added to support implementation or use of
43
43
the Loop service.
44
44
@@ -155,7 +155,7 @@ DESCRIPTION:
155
155
156
156
OPTIONS:
157
157
--channel value the 8-byte compact channel ID of the channel to loop out (default: 0)
158
- --addr value the optional address that the looped out funds should be sent to, if let blank the funds will go to lnd's wallet
158
+ --addr value the optional address that the looped out funds should be sent to, if left blank the funds will go to lnd's wallet
159
159
--amt value the amount in satoshis to loop out (default: 0)
160
160
```
161
161
You can’t perform that action at this time.
0 commit comments