Skip to content

Commit

Permalink
new: dev: pos-494 fix default logger in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Ardizzone committed Jun 8, 2022
1 parent bbc492d commit 4020bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var cdc = amino.NewCodec()
func init() {
cdc.RegisterConcrete(secp256k1.PubKeySecp256k1{}, secp256k1.PubKeyAminoName, nil)
cdc.RegisterConcrete(secp256k1.PrivKeySecp256k1{}, secp256k1.PrivKeyAminoName, nil)
Logger = logger.NewTMLogger(logger.NewSyncWriter(os.Stdout))
}

// Configuration represents heimdall config
Expand Down

0 comments on commit 4020bbe

Please sign in to comment.