fix complete build

This commit is contained in:
keorn
2016-11-25 11:36:25 +00:00
parent 1692c07ba6
commit a143da2cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ impl SyncProvider for EthSync {
}
fn transactions_stats(&self) -> BTreeMap<H256, TransactionStats> {
let sync = self.handler.sync.read();
let sync = self.eth_handler.sync.read();
sync.transactions_stats()
.iter()
.map(|(hash, stats)| (*hash, stats.into()))