Skip to content

Commit

Permalink
try again?
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent a257433 commit 473bab3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: tj-actions/changed-files@v42
with:
files: |
**/*.go
*.go
- name: Debug Changed Files
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Protobuf Checks
on:
workflow_call:

# fix this too


jobs:
check-proto:
name: "Check Proto"
Expand Down
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ func NewApp(
minttypes.ModuleName,
ibcexported.ModuleName,
evidencetypes.ModuleName,

authz.ModuleName,
ibctransfertypes.ModuleName,
evmtypes.ModuleName,
Expand Down
1 change: 1 addition & 0 deletions app/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ type GenesisState map[string]json.RawMessage
// NewDefaultGenesisState generates the default state for the application.
func NewDefaultGenesisState() GenesisState {
encCfg := MakeEncodingConfig()

return ModuleBasics.DefaultGenesis(encCfg.Marshaler)
}

0 comments on commit 473bab3

Please sign in to comment.