Obvious typo fix.

This commit is contained in:
Gav Wood
2016-03-11 13:21:53 +01:00
parent d71c5d4c17
commit 2a856a13f0
5 changed files with 16 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ impl ClientReport {
pub struct Client<V = CanonVerifier> where V: Verifier {
chain: Arc<BlockChain>,
engine: Arc<Box<Engine>>,
state_db: Mutex<Box<Box<JournalDB>>>,
state_db: Mutex<Box<JournalDB>>,
block_queue: BlockQueue,
report: RwLock<ClientReport>,
import_lock: Mutex<()>,