Added RPC "Call" for JS calls to contracts

This commit is contained in:
obscuren
2015-01-29 13:10:34 +01:00
parent f75dcc7f4c
commit 84adf77bf3
6 changed files with 55 additions and 11 deletions

View File

@ -634,6 +634,8 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
continue
}
self.Printf(" ~> false")
case JUMPDEST:
case PC:
stack.Push(big.NewInt(int64(pc)))