removed dummy wrapper structure - LogGroupPosition (#7922)

This commit is contained in:
Marek Kotewicz
2018-02-19 10:52:33 +01:00
committed by GitHub
parent e630f647d1
commit b77771171d
8 changed files with 24 additions and 42 deletions

View File

@@ -337,7 +337,7 @@ mod tests {
use std::collections::{BTreeMap, HashMap};
use ethereum_types::{H256, Bloom, U256};
use blockchain::extras::{BlockDetails, TransactionAddress, BlockReceipts};
use blockchain::{BlockDetails, TransactionAddress, BlockReceipts};
use encoded;
use hash::keccak;
use engines::EthEngine;