Remove unsigned message pointer from Runtime
This commit is contained in:
parent
efd2129187
commit
39ef3a701b
@ -34,7 +34,6 @@ type Runtime struct {
|
|||||||
|
|
||||||
vm *VM
|
vm *VM
|
||||||
state *state.StateTree
|
state *state.StateTree
|
||||||
msg *types.Message
|
|
||||||
vmsg vmr.Message
|
vmsg vmr.Message
|
||||||
height abi.ChainEpoch
|
height abi.ChainEpoch
|
||||||
cst cbor.IpldStore
|
cst cbor.IpldStore
|
||||||
|
@ -97,7 +97,6 @@ func (vm *VM) makeRuntime(ctx context.Context, msg *types.Message, origin addres
|
|||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
vm: vm,
|
vm: vm,
|
||||||
state: vm.cstate,
|
state: vm.cstate,
|
||||||
msg: msg,
|
|
||||||
origin: origin,
|
origin: origin,
|
||||||
originNonce: originNonce,
|
originNonce: originNonce,
|
||||||
height: vm.blockHeight,
|
height: vm.blockHeight,
|
||||||
|
Loading…
Reference in New Issue
Block a user