mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
vm output
This commit is contained in:
parent
5c7e96d895
commit
ff151f9fbc
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue