diff --git a/docs/transaction-impl-spec.md b/docs/transaction-impl-spec.md index d21a45caf..fc82b8c7c 100644 --- a/docs/transaction-impl-spec.md +++ b/docs/transaction-impl-spec.md @@ -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: @@ -324,7 +324,7 @@ import ( "github.com/btcsuite/btcd/btcutil/psbt" ) -func BuildPsbtForSigningUnbondingTransaciton( +func BuildPsbtForSigningUnbondingTransaction( unbondingTx *wire.MsgTx, stakingOutput *wire.TxOut, stakerKey *btcec.PublicKey, diff --git a/x/finality/README.md b/x/finality/README.md index aae159c08..a6aa17399 100644 --- a/x/finality/README.md +++ b/x/finality/README.md @@ -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 @@ -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