Closure => Context
This commit is contained in:
2
vm/vm.go
2
vm/vm.go
@ -20,7 +20,7 @@ func New(env Environment, typ Type) VirtualMachine {
|
||||
}
|
||||
}
|
||||
|
||||
func (self *Vm) Run(me, caller ClosureRef, code []byte, value, gas, price *big.Int, data []byte) (ret []byte, err error) {
|
||||
func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.Int, data []byte) (ret []byte, err error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user