Skip to content

Commit

Permalink
chore: fix some typos (#1418)
Browse files Browse the repository at this point in the history
Signed-off-by: clonemycode <[email protected]>
Co-authored-by: yihuang <[email protected]>
  • Loading branch information
clonemycode and yihuang authored May 6, 2024
1 parent 9aa7258 commit 5ba9b8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ func New(

// Create static IBC router, add transfer route, then set and seal it
ibcRouter := porttypes.NewRouter()
// Add ontroller & ica auth modules to IBC router
// Add controller & ica auth modules to IBC router
ibcRouter.
AddRoute(icaauthtypes.ModuleName, icaControllerStack).
AddRoute(icacontrollertypes.SubModuleName, icaControllerStack).
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_native_call(cronos):
"""
test contract native call on cronos network
- deploy test contract
- run native call, expect failure, becuase no native fund in contract
- run native call, expect failure, because no native fund in contract
- send native tokens to contract account
- run again, expect success and check balance
"""
Expand Down Expand Up @@ -252,7 +252,7 @@ def test_statesync(cronos):
# check query chain state works
assert not get_sync_info(clustercli.status(i))["catching_up"]

# check query old transaction does't work
# check query old transaction doesn't work
# Get we3 provider
base_port = ports.evmrpc_port(clustercli.base_port(i))
print("json-rpc port:", base_port)
Expand Down
2 changes: 1 addition & 1 deletion nix/build_overlay.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# some basic overlays nessesary for the build
# some basic overlays necessary for the build
final: super: {
rocksdb = final.callPackage ./rocksdb.nix { };
}

0 comments on commit 5ba9b8c

Please sign in to comment.