Skip to content

Commit

Permalink
wip: update tests and initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Oct 28, 2024
1 parent 8432ffc commit cf40f6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/ante/eip712.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import (
var ethCodec codec.ProtoCodecMarshaler

func init() {
fmt.Println("init ante/eip712 eth")
registry := codectypes.NewInterfaceRegistry()
ethermint.RegisterInterfaces(registry)
ethCodec = codec.NewProtoCodec(registry)
Expand Down
2 changes: 0 additions & 2 deletions types/account.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var (
)

func init() {
fmt.Println("init version")
if len(AppVersion) == 0 {
AppVersion = "dev"
}
Expand Down

0 comments on commit cf40f6a

Please sign in to comment.