Skip to content

Commit 5915597

Browse files
Merge pull request #766 from lightninglabs/docs-pool
Update pool documentation
2 parents aeb3ccf + 33d29ad commit 5915597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pool/batch_execution.md

Lines changed: 1 addition & 1 deletion
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. If the trader supports account autorenewal and the account was close to expire, its expiry height will be automatically extended after the batch is sucessfully executed.
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. If the trader supports account autorenewal and the account was close to expire, its expiry height will be automatically extended after the batch is successfully executed.
2626

2727
## Batched Uniform-Price Clearing
2828

docs/pool/sidecar_channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ needs to work, therefore we show the more involved example here.
6969

7070
The addition of this "auto" mode means that both sides need to only execute
7171
a single and the rest of the negotiation happens in the background. If the
72-
`auto` flag is ommitted, then only the capacity and balance need to be
72+
`auto` flag is omitted, then only the capacity and balance need to be
7373
specified, otherwise, all the other information one presents when submitting
7474
a full order needs to be specified.
7575

0 commit comments

Comments
 (0)