Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs fix spelling issues #750

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/transaction-impl-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ will be put in `unbonding_script` and `slashing_script`.
- `covenant_committee_quorum` - it can be retrieved from
`global_parameters.covenant_quorum`. It is quorum of covenant committee
member required to authorize spending using `unbonding_script` or `slashing_script`
- `staking_amout` - chosen by the user, it will be placed in `staking_output.value`
- `staking_amount` - 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
Expand Down
2 changes: 1 addition & 1 deletion x/btcstaking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ message EventSelectiveSlashing {
SelectiveSlashingEvidence evidence = 1;
}

// EventPowerDistUpdate is an event that affects voting power distirbution
// EventPowerDistUpdate is an event that affects voting power distribution
// of BTC staking protocol
message EventPowerDistUpdate {
// EventSlashedFinalityProvider defines an event that a finality provider
Expand Down