Skip to content

Commit

Permalink
updating interchain accounts pkg naming (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Sep 1, 2021
1 parent 01bb9bf commit 2a3e526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/apps/27-interchain-accounts/genesis.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ibc_account
package interchain_accounts

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/27-interchain-accounts/module.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ibc_account
package interchain_accounts

import (
"encoding/json"
Expand Down

0 comments on commit 2a3e526

Please sign in to comment.