Skip to content

Commit b94ff11

Browse files
committed
fix execution builder
1 parent e64b74c commit b94ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/execution_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ func (exeNode *ExecutionNode) LoadBootstrapper(node *NodeConfig) error {
14081408
return fmt.Errorf("could not load bootstrap state from checkpoint file: %w", err)
14091409
}
14101410

1411-
err = bootstrapper.BootstrapExecutionDatabase(node.StorageLockMgr, pebbleimpl.ToDB(node.PebbleDB), node.RootSeal)
1411+
err = bootstrapper.BootstrapExecutionDatabase(node.StorageLockMgr, node.ProtocolDB, node.RootSeal)
14121412
if err != nil {
14131413
return fmt.Errorf("could not bootstrap execution database: %w", err)
14141414
}

0 commit comments

Comments
 (0)