diff options
Diffstat (limited to 'core/test/app.go')
-rw-r--r-- | core/test/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/app.go b/core/test/app.go index df58135..12b2047 100644 --- a/core/test/app.go +++ b/core/test/app.go @@ -265,7 +265,7 @@ func (app *App) BlockDelivered(blockHash common.Hash, pos types.Position, } } }() - app.hEvt.NotifyHeight(result.Height) + go app.hEvt.NotifyHeight(result.Height) } // GetLatestDeliveredPosition would return the latest position of delivered |