Skip to content

Commit 433a951

Browse files
committed
Fix typos
1 parent eecb9d7 commit 433a951

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

lightning-network-tools/lnd/etcd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ db.etcd.keyfile=/home/user/etcd/bin/default.etcd/fixtures/client/key.pem
5757
db.etcd.insecure_skip_verify=true
5858
```
5959

60-
Optionally users can specifiy `db.etcd.user` and `db.etcd.pass` for db user authentication. If the database is shared, it is possible to separate our data from other users by setting `db.etcd.namespace` to an \(already existing\) etcd namespace. In order to test without TLS, users are able to set `db.etcd.disabletls` flag to `true`.
60+
Optionally users can specify `db.etcd.user` and `db.etcd.pass` for db user authentication. If the database is shared, it is possible to separate our data from other users by setting `db.etcd.namespace` to an \(already existing\) etcd namespace. In order to test without TLS, users are able to set `db.etcd.disabletls` flag to `true`.
6161

6262
## Migrating existing channel.db to etcd
6363

lightning-network-tools/lnd/lnd.conf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ A sample configuration file [can be found here](https://github.com/lightningnetw
11501150
11511151
[routerrpc]
11521152
1153-
; Probability estimator used for pathfinding. Two estimators are availabe:
1153+
; Probability estimator used for pathfinding. Two estimators are available:
11541154
; apriori and bimodal.
11551155
; Note that the bimodal estimator is experimental.
11561156
; Default:

lightning-network-tools/lnd/recovery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ As shown above, a user can either: specify a specific channel to backup, backup
216216

217217
**Streaming Updates via SubscribeChannelBackups**
218218

219-
Using the gRPC interace directly, [a new call: `SubscribeChannelBackups`](https://api.lightning.community/#subscribechannelbackups). This call allows users to receive a new notification each time the underlying SCB state changes. This can be used to implement more complex backup schemes, compared to the file system notification based approach.
219+
Using the gRPC interface directly, [a new call: `SubscribeChannelBackups`](https://api.lightning.community/#subscribechannelbackups). This call allows users to receive a new notification each time the underlying SCB state changes. This can be used to implement more complex backup schemes, compared to the file system notification based approach.
220220

221221
#### Recovering Using SCBs
222222

lightning-network-tools/pool/batch_execution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that the trader can reject signing the batch for any reason, even when the
2222

2323
### Batch Publication
2424

25-
When all participating traders have signed their inputs in the Batch Execution Transaction, the auctioneer can sign the final input and broadcast the transaction. This transaction can be large, and serve as the funding transaction for potentially hundres of channels! The participating traders only pay chain fees for their inputs and outputs in the transaction, so everybody is saving substantially on fees compared to individually funding channels.
25+
When all participating traders have signed their inputs in the Batch Execution Transaction, the auctioneer can sign the final input and broadcast the transaction. This transaction can be large, and serve as the funding transaction for potentially hundreds of channels! The participating traders only pay chain fees for their inputs and outputs in the transaction, so everybody is saving substantially on fees compared to individually funding channels.
2626

2727
## Batched Uniform-Price Clearing
2828

lightning-network-tools/pool/orders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ $ pool orders cancel order_nonce
252252

253253
## Match with specific nodes
254254

255-
To match with a specific node, or to limit your match to a set of nodes you may use the `allowed_node_id` flag. Alternatively you can also specifiy nodes you do not want to match with using the `not_allowed_node_id` option.
255+
To match with a specific node, or to limit your match to a set of nodes you may use the `allowed_node_id` flag. Alternatively you can also specify nodes you do not want to match with using the `not_allowed_node_id` option.
256256

257257
```
258258
$ pool order submit bid --not_allowed_node_id 021c97a90a411ff2b10dc2a8e32de2f29d2fa49d41bfbb52bd416e460db0747d0d

the-lightning-network/multihop-payments/understanding-submarine-swaps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A submarine swap is a trade between on-chain and off-chain digital assets (i.e.b
1212

1313
Without counterparty risk, submarine swaps can be performed without additional barriers such as background checks or contractual arrangements. Either, the two parties successfully swap their assets or the swap fails. But, at no point, is either side able to walk away with the other party’s funds.
1414

15-
To achieve these trustless properties, the on-chain transaction makes use of the same hash time-locked contracts (HTLC) as the Lightning Network. Before on-chain BTC are transfered, the recipient of the Lightning transaction generates a preimage, a random 32-byte secret. This preimage is hashed and used to construct the HTLCs for both on- and off-chain payments.
15+
To achieve these trustless properties, the on-chain transaction makes use of the same hash time-locked contracts (HTLC) as the Lightning Network. Before on-chain BTC are transferred, the recipient of the Lightning transaction generates a preimage, a random 32-byte secret. This preimage is hashed and used to construct the HTLCs for both on- and off-chain payments.
1616

1717
### **1. Generate a bitcoin smart contract**
1818

the-lightning-network/taproot-assets/taproot-assets-protocol.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ While a conventional transaction requires the entire script to be revealed, a Ta
2626

2727
This makes it possible to create more complicated scripts without the added cost of submitting extra data to the blockchain in the keySpend path, and efficient verification of a pruned script data. In the context of Taproot Assets, it allows us to provably attach arbitrary data to a transaction without revealing this data on-chain.
2828

29-
### Commiting to a hash: Taptweak
29+
### Committing to a hash: Taptweak
3030

3131
We refer to a transaction that includes such arbitrary data as a commitment. Once the transaction has been included in a block, we have committed to this data and can no longer change or amend it.
3232

@@ -120,7 +120,7 @@ Once we publish this transaction and have it confirmed on the bitcoin blockchain
120120

121121
### Asset proof
122122

123-
The asset issuer can now selectively reveal what assets were created and to whom they were allotted. Most importantly, the issuer can prove to the recipient that an asset has been transfered to them, by revealing a specific asset proof, which contains the asset script as well as the path of the sparse Merkle sum tree with the recipient’s account as the key.
123+
The asset issuer can now selectively reveal what assets were created and to whom they were allotted. Most importantly, the issuer can prove to the recipient that an asset has been transferred to them, by revealing a specific asset proof, which contains the asset script as well as the path of the sparse Merkle sum tree with the recipient’s account as the key.
124124

125125
The recipient can verify the partial sparse Merkle sum tree to recreate the script, tweak the issuer’s public key and verify that the genesis transaction exists on the blockchain, while the partial Merkle tree gives them assurance over the assets issued to them, as well as the total number of assets issued.
126126

0 commit comments

Comments
 (0)