Skip to content

Commit

Permalink
update pystarport
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jul 22, 2024
1 parent 5b45dc5 commit 4ecb497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration_tests/test_staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_join_validator(cluster):
# wait for the new node to sync
wait_for_block(cluster.cosmos_cli(i), cluster.block_height(0))
# create validator tx
assert cluster.create_validator("1cro", i, sdk47_compact=False)["code"] == 0
assert cluster.create_validator("1cro", {}, i)["code"] == 0
time.sleep(2)

count2 = len(cluster.validators())
Expand Down

0 comments on commit 4ecb497

Please sign in to comment.