Skip to content

Commit

Permalink
fix: 去掉打印
Browse files Browse the repository at this point in the history
  • Loading branch information
mgintoki committed Aug 12, 2021
1 parent 019b44f commit 17b4eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsonrpc/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func (e *Eth) EstimateGasContractWithFrom(from web3.Address, bin []byte) (uint64
"data": "0x" + hex.EncodeToString(bin),
"from": from,
}
fmt.Println("hello")
if err := e.c.Call("eth_estimateGas", &out, msg); err != nil {
return 0, err
}
Expand Down

0 comments on commit 17b4eba

Please sign in to comment.