From 19ea9a137d733cadc7b04692cb4450ae6a7d9ac9 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:08:31 +0200 Subject: [PATCH 1/3] Update README.md --- x/finality/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/finality/README.md b/x/finality/README.md index 2f8954dc..61d2c14d 100644 --- a/x/finality/README.md +++ b/x/finality/README.md @@ -293,7 +293,7 @@ Upon `MsgAddFinalitySig`, a Babylon node will execute as follows: ### MsgUpdateParams The `MsgUpdateParams` message is used for updating the module parameters for the -Finality module. It can only be executed via a govenance proposal. +Finality module. It can only be executed via a governance proposal. ```protobuf // MsgUpdateParams defines a message for updating finality module parameters. From 23fd5b5c52203be5d4d3167adfded51a306fcb08 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:11:44 +0200 Subject: [PATCH 2/3] Update README.md --- test/e2e/initialization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/initialization/README.md b/test/e2e/initialization/README.md index 884b58a5..495eb8a3 100644 --- a/test/e2e/initialization/README.md +++ b/test/e2e/initialization/README.md @@ -5,4 +5,4 @@ This package contains all logic necessary for initializing configuration data either for a new chain or a single node via Docker containers. -Heavily based on Osmois init pacakage. +Heavily based on Osmosis init package. From e4354c14ca665cd0bff6f4526c542502c4699503 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:14:45 +0200 Subject: [PATCH 3/3] Update transaction-impl-spec.md --- docs/transaction-impl-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transaction-impl-spec.md b/docs/transaction-impl-spec.md index 4cf55e82..f9cce516 100644 --- a/docs/transaction-impl-spec.md +++ b/docs/transaction-impl-spec.md @@ -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