Skip to content

Commit

Permalink
decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Dec 17, 2024
1 parent 50bdd79 commit f3eff4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests/test_staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ def test_join_validator(cluster):
assert val["tokens"] == str(10**8)
assert val["description"]["moniker"] == "new joined"
assert val["commission"]["commission_rates"] == {
"rate": "100000000000000000",
"max_rate": "200000000000000000",
"max_change_rate": "10000000000000000",
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000",
}
assert (
cluster.edit_validator(i, commission_rate="0.2")["code"] == 12
Expand Down

0 comments on commit f3eff4e

Please sign in to comment.