Commit 8577e417 authored by obscuren's avatar obscuren

Panic for "Vm"

parent 06e76422
......@@ -21,7 +21,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) {
return nil, nil
panic("not implemented")
}
func (self *Vm) Env() Environment {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment