Added bootstrap fetching finished notification

This commit is contained in:
StephenButtolph 2020-06-02 14:57:38 -04:00
parent cd669a3d98
commit 1daaa5fdaa
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ func (b *bootstrapper) finish() error {
if b.finished {
return nil
}
b.BootstrapConfig.Context.Log.Info("bootstrapping finished fetching blocks. executing state transitions...")
if err := b.executeAll(b.Blocked, b.numBlocked); err != nil {
return err