Cleaned up logger on constructors in App, State
This commit is contained in:
@@ -66,8 +66,7 @@ func startCmd(cmd *cobra.Command, args []string) error {
|
||||
}
|
||||
|
||||
// Create Basecoin app
|
||||
basecoinApp := app.NewBasecoin(eyesCli)
|
||||
basecoinApp.SetLogger(logger.With("module", "app"))
|
||||
basecoinApp := app.NewBasecoin(eyesCli, logger.With("module", "app"))
|
||||
|
||||
// register IBC plugn
|
||||
// basecoinApp.RegisterPlugin(NewIBCPlugin())
|
||||
|
||||
Reference in New Issue
Block a user