Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
add BlockReciepts to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Dec 21, 2018
1 parent 82cfd95 commit 8842316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use kvdb::{DBValue, KeyValueDB, DBTransaction};
use ethereum_types::{H256, Address, U256};
use block::{IsBlock, LockedBlock, Drain, ClosedBlock, OpenBlock, enact_verified, SealedBlock};
use blockchain::{BlockChain, BlockChainDB, BlockProvider, TreeRoute, ImportRoute, TransactionAddress, ExtrasInsert,
BlockNumberKey};
BlockNumberKey, BlockReceipts};
use client::ancient_import::AncientVerifier;
use client::{
Nonce, Balance, ChainInfo, BlockInfo, CallContract, TransactionInfo,
Expand Down

0 comments on commit 8842316

Please sign in to comment.