mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 18:42:14 +00:00
fix merge conflicts
This commit is contained in:
@@ -534,7 +534,7 @@ func (n *nodeImpl) OnStart() error {
|
||||
// the state, can call `InitChain` if this is the first time that the
|
||||
// application has run and replays any blocks as necessary to sync
|
||||
// tendermint with the app. We do all this before starting any other service
|
||||
err = syncWithApplication(n.stateStore, n.blockStore, n.genesisDoc, state,
|
||||
state, err = sm.SyncWithApplication(n.stateStore, n.blockStore, n.genesisDoc, state,
|
||||
n.eventBus, n.proxyApp, n.stateSync, n.Logger)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user