removed redundant Blockchain::db method (#7919)

This commit is contained in:
Marek Kotewicz
2018-02-16 19:43:19 +01:00
committed by GitHub
parent ec34d50459
commit ff0c44c060

View File

@@ -1408,11 +1408,6 @@ impl BlockChain {
ancient_block_number: best_ancient_block.as_ref().map(|b| b.number),
}
}
#[cfg(test)]
pub fn db(&self) -> &Arc<KeyValueDB> {
&self.db
}
}
#[cfg(test)]