From 7cd9a447ace765e669e217518f6880b9100b5231 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:57:13 +0300 Subject: [PATCH] Typo Update README.md The word "commision" should be corrected to "commission". Corrected. --- bbn-test-4/finality-providers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbn-test-4/finality-providers/README.md b/bbn-test-4/finality-providers/README.md index 5d269ef9..c2214803 100644 --- a/bbn-test-4/finality-providers/README.md +++ b/bbn-test-4/finality-providers/README.md @@ -232,7 +232,7 @@ Properties descriptions: - `security_contact`: required email for security contact. - `details`: any other optional detail information. - `btc_pk`: the btc pub key as hex. -- `commision`: the commission charged from btc stakers rewards. +- `commission`: the commission charged from btc stakers rewards. Comission will be parsed as `sdk.Dec`: - `"1.00"` represents 100% commission. - `"0.10"` represents 10% commission.