Fix tests (build)

This commit is contained in:
Sergio Mena
2022-11-30 21:19:15 +01:00
parent 30bcc5230a
commit f94705a631
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ func newReactor(
panic(fmt.Errorf("error apply block: %w", err))
}
blockStore.SaveBlock(thisBlock, thisParts, seenExtCommiqt)
blockStore.SaveBlock(thisBlock, thisParts, seenExtCommit)
}
bcReactor := NewReactor(state.Copy(), blockExec, blockStore, fastSync, NopMetrics())