fix conformance tests

This commit is contained in:
Steven Allen 2020-10-05 17:02:11 -07:00
parent 6d25f3d2ae
commit 89b88c1e0d

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,