Refactors references to MemoryLruCache in ethcore (#6693)

This commit is contained in:
Dmitry Kashitsyn
2017-10-15 18:40:00 +07:00
parent 51b61ccdbf
commit 4df541e47a
11 changed files with 21 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ use parking_lot::{Mutex, RwLock};
use util::*;
use bytes::Bytes;
use util::cache::MemoryLruCache;
use memory_cache::MemoryLruCache;
use unexpected::Mismatch;
use rlp::{UntrustedRlp, RlpStream};