Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 8, 2024
1 parent 8c88a81 commit 795268d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
11 changes: 5 additions & 6 deletions integration_tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,12 +797,11 @@ def test_failed_transfer_tx(cronos):
assert not result["failed"]
assert receipt.gasUsed == result["gas"]
else:
assert rsp["error"] == {
"code": -32000,
"message": (
"rpc error: code = Internal desc = "
"insufficient balance for transfer"
),
assert rsp["result"] == {
"failed": False,
"gas": 21000,
"returnValue": "",
"structLogs": [],
}


Expand Down
3 changes: 1 addition & 2 deletions store/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/crypto-org-chain/cronos/store

go 1.22
toolchain go1.22.8
go 1.22.7

require (
cosmossdk.io/errors v1.0.1
Expand Down
2 changes: 0 additions & 2 deletions versiondb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/crypto-org-chain/cronos/versiondb

go 1.22

toolchain go1.22.0

require (
cosmossdk.io/errors v1.0.1
cosmossdk.io/log v1.3.1
Expand Down

0 comments on commit 795268d

Please sign in to comment.