提交 16bd88c1 编写于 作者: O obscuren

Removed method name

上级 d16d56d3
......@@ -234,7 +234,7 @@ func (gui *Gui) update() {
gui.setWalletValue(object.Amount, nil)
state.SetStateObject(object)
state.UpdateStateObject(object)
}
}
}
......
......@@ -53,6 +53,10 @@ type JSEthereum struct {
vm *otto.Otto
}
func (self *JSEthereum) GetBlock(hash string) otto.Value {
return self.toVal(self.PEthereum.GetBlock(hash))
}
func (self *JSEthereum) GetKey() otto.Value {
return self.toVal(self.PEthereum.GetKey())
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册