xeth, rpc: implement eth_estimateGas. Closes #930

This commit is contained in:
obscuren
2015-05-12 14:14:08 +02:00
parent 96d4a7d087
commit 66de3f0aa8
3 changed files with 29 additions and 10 deletions

View File

@ -127,7 +127,7 @@ func (self *UiLib) Transact(params map[string]interface{}) (string, error) {
)
}
func (self *UiLib) Call(params map[string]interface{}) (string, error) {
func (self *UiLib) Call(params map[string]interface{}) (string, string, error) {
object := mapToTxParams(params)
return self.XEth.Call(