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 d704698..20fe80f 100644 --- a/core/test/app.go +++ b/core/test/app.go @@ -255,7 +255,7 @@ func (app *App) BlockDelivered(blockHash common.Hash, pos types.Position, } if app.roundToNotify == pos.Round { if app.gov != nil { - app.gov.NotifyRound(app.roundToNotify) + app.gov.NotifyRound(app.roundToNotify, pos.Height) app.roundToNotify++ } } |