fix conformance tests

This commit is contained in:
Steven Allen
2020-10-05 17:03:28 -07:00
parent 6d25f3d2ae
commit 89b88c1e0d
+1 -1
View File
@@ -167,7 +167,7 @@ func (d *Driver) ExecuteMessage(bs blockstore.Blockstore, params ExecuteMessageP
// dummy state manager; only to reference the GetNetworkVersion method,
// which does not depend on state.
sm := new(stmgr.StateManager)
sm := stmgr.NewStateManager(nil)
vmOpts := &vm.VMOpts{
StateBase: params.Preroot,