We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610adfd commit b42b70eCopy full SHA for b42b70e
rpc/api/eth.go
@@ -139,7 +139,7 @@ func (self *ethApi) IsMining(req *shared.Request) (interface{}, error) {
139
}
140
141
func (self *ethApi) GasPrice(req *shared.Request) (interface{}, error) {
142
- return newHexNum(xeth.DefaultGasPrice().Bytes()), nil
+ return newHexNum(self.xeth.DefaultGasPrice().Bytes()), nil
143
144
145
func (self *ethApi) GetStorage(req *shared.Request) (interface{}, error) {
0 commit comments