Skip to content

Commit

Permalink
chore: correction typos (#9)
Browse files Browse the repository at this point in the history
Fixed typos to make the documentation clearer. Hope this helps.
  • Loading branch information
osrm authored Aug 2, 2024
1 parent 87f5be7 commit 7253662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/transaction-impl-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ member required to authorize spending using `unbonding_script` or `slashing_scri
- `staking_amout` - chosen by the user, it will be placed in `staking_output.value`
- `btc_network` - btc network on which staking transactions will take place

#### Building OP_RETRUN and staking output implementation
#### Building OP_RETURN and staking output implementation

The Babylon staking library exposes the [BuildV0IdentifiableStakingOutputsAndTx](../btcstaking/identifiable_staking.go?plain=1#L231)
function with the following signature:
Expand Down Expand Up @@ -324,7 +324,7 @@ import (
"github.com/btcsuite/btcd/btcutil/psbt"
)

func BuildPsbtForSigningUnbondingTransaciton(
func BuildPsbtForSigningUnbondingTransaction(
unbondingTx *wire.MsgTx,
stakingOutput *wire.TxOut,
stakerKey *btcec.PublicKey,
Expand Down
4 changes: 2 additions & 2 deletions x/finality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Babylon's BTC Staking protocol introduces an additional consensus round on
blocks produced by CometBFT, called the finality round. The participants of this
round are referred as finality providers and their voting power stems from
round are referred to as finality providers and their voting power stems from
staked bitcoins delegated to them.

The Finality module is responsible for handling finality votes, maintaining the
Expand All @@ -12,7 +12,7 @@ in the finalization rounds. This includes:
- handling requests for submitting finality votes from finality providers;
- maintaining the finalization status of blocks;
- identifying sluggish finality providers; and
- maintaining equivocation evidences of culpable finality providers.
- maintaining equivocation evidence of culpable finality providers.

## Table of contents

Expand Down

0 comments on commit 7253662

Please sign in to comment.