Skip to content

Commit

Permalink
chore: fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Nov 3, 2021
1 parent c162223 commit 47fc567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func setDenom(grpcConn *grpc.ClientConn) {
}

if len(denoms.Metadatas) == 0 {
log.Fatal().Err(err).Msg("No denom infos. Try running the binary with --denom and --denom-coefficient to set them manually.")
log.Fatal().Msg("No denom infos. Try running the binary with --denom and --denom-coefficient to set them manually.")
}

metadata := denoms.Metadatas[0] // always using the first one
Expand Down

0 comments on commit 47fc567

Please sign in to comment.