Allow use of deprecated type 'ethereum_types::H256::low_u64'.

This commit is contained in:
DrPeterVanNostrand 2018-12-11 14:44:34 +00:00
parent 368eb848c3
commit 7d2f2ef8b9
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
// Don't throw a compilation warning for the to be deprecated: 'ethereum_types::H256::low_u64'.
#![allow(deprecated)]
use chrono::{DateTime, NaiveDateTime, Utc};
use ethabi;
use web3::types::{Address, H256, U256};