mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-05 11:23:39 +00:00
Removed method name
This commit is contained in:
parent
d16d56d39f
commit
16bd88c10a
@ -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())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user