Skip to content

Commit 5dc194d

Browse files
author
lizekun
committed
sendRawTransaction
1 parent 9c2c165 commit 5dc194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func (c *Client) GetBlockByNumber(blockNum int64) (block Block, err error) {
1515
return
1616
}
1717

18-
func (c *Client) GasPrice() (price *big.Int, err error) {
18+
func (c *Client) GasPrice() (price *BigInt, err error) {
1919
param := M{}
2020
err = c.call("proxy", "eth_gasPrice", param, price)
2121
return

0 commit comments

Comments
 (0)