require logger

pull/2196/head
Ayrat Badykov 6 years ago
parent 40ee6b0307
commit a5f18824bc
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/block.ex

@ -4,6 +4,8 @@ defmodule EthereumJSONRPC.Block do
and [`eth_getBlockByNumber`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblockbynumber).
"""
require Logger
import EthereumJSONRPC, only: [quantity_to_integer: 1, timestamp_to_datetime: 1]
alias EthereumJSONRPC.{Transactions, Uncles}

Loading…
Cancel
Save