Skip to content

Commit

Permalink
fix collect-gentxs command (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamer authored Sep 21, 2023
1 parent 4bddc5c commit 9439b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build image: docker build -t irisnet/irishub:v2.0.0 --build-arg EVM_CHAIN_ID=6688 .
#
FROM golang:1.18-alpine3.16 as builder
FROM golang:1.19.13-alpine3.18 as builder

ARG EVM_CHAIN_ID

Expand Down
4 changes: 3 additions & 1 deletion app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ var (
ModuleBasics = module.NewBasicManager(
auth.AppModuleBasic{},
authzmodule.AppModuleBasic{},
genutil.AppModuleBasic{},
genutil.AppModuleBasic{
GenTxValidator: genutiltypes.DefaultMessageValidator,
},
bank.AppModuleBasic{},
capability.AppModuleBasic{},
staking.AppModuleBasic{},
Expand Down

0 comments on commit 9439b1c

Please sign in to comment.