Skip to content

Commit

Permalink
Update app/icahost.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang authored Apr 16, 2024
1 parent 4ab1089 commit 84d8c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/icahost.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
icatypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/types"
)

// ICAHostMockSubspace is a mock implementation to workaround the migration process, because we have nothing to migrate from,
otherwise it'll panic, see: https://github.com/cosmos/ibc-go/pull/6167

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

syntax error: non-declaration statement outside function body

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in rune literal

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

syntax error: non-declaration statement outside function body

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in rune literal

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

syntax error: non-declaration statement outside function body

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in rune literal

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

syntax error: non-declaration statement outside function body

Check failure on line 11 in app/icahost.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in rune literal
type ICAHostMockSubspace struct {
}

Expand Down

0 comments on commit 84d8c08

Please sign in to comment.