makefile: fix make
(#33)
This commit is contained in:
parent
293c5edfd0
commit
596373dc9d
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ ldflags := $(strip $(ldflags))
|
||||
|
||||
BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'
|
||||
|
||||
all: tools verify install
|
||||
all: tools install
|
||||
|
||||
###############################################################################
|
||||
### Build ###
|
||||
|
@ -169,6 +169,8 @@ var _ simapp.App = (*EthermintApp)(nil)
|
||||
// Tendermint consensus.
|
||||
type EthermintApp struct {
|
||||
*baseapp.BaseApp
|
||||
|
||||
// encoding
|
||||
cdc *codec.LegacyAmino
|
||||
appCodec codec.Marshaler
|
||||
interfaceRegistry types.InterfaceRegistry
|
||||
@ -210,7 +212,7 @@ type EthermintApp struct {
|
||||
sm *module.SimulationManager
|
||||
}
|
||||
|
||||
// NewEthermintApp returns a reference to a new initialized Injective application.
|
||||
// NewEthermintApp returns a reference to a new initialized Ethermint application.
|
||||
func NewEthermintApp(
|
||||
logger log.Logger,
|
||||
db dbm.DB,
|
||||
|
Loading…
Reference in New Issue
Block a user