poc8
obscuren 10 years ago
parent 5c7e96d895
commit ff151f9fbc
  1. 2
      ethchain/vm.go

@ -479,6 +479,8 @@ func (vm *Vm) RunClosure(closure *Closure) (ret []byte, err error) {
vm.Printf(" => %x", caller)
case CALLVALUE:
stack.Push(vm.vars.Value)
vm.Printf(" => %v", vm.vars.Value)
case CALLDATALOAD:
require(1)
offset := stack.Pop().Int64()

Loading…
Cancel
Save