Fix compile error, minor nits

This commit is contained in:
Paul Hauner
2019-11-24 12:39:41 +11:00
parent 24dc9482a9
commit 6bf73e2b55
4 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ mod ganache;
use deposit_contract::{eth1_tx_data, ABI, BYTECODE, CONTRACT_DEPLOY_GAS, DEPOSIT_GAS};
use futures::{stream, Future, IntoFuture, Stream};
use ganache::GanacheInstance;
use ssz::Encode;
use std::time::{Duration, Instant};
use tokio::{runtime::Runtime, timer::Delay};
use types::DepositData;