Skip to content

Commit

Permalink
chore: fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: peicuiping <[email protected]>
  • Loading branch information
peicuiping committed Jan 4, 2025
1 parent f41389e commit 279de13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/batch_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note that the trader can reject signing the batch for any reason, even when the

### Batch Publication

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.
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.

## Batched Uniform-Price Clearing

Expand Down
2 changes: 1 addition & 1 deletion docs/sidecar_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ needs to work, therefore we show the more involved example here.

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

Expand Down

0 comments on commit 279de13

Please sign in to comment.