Rename Block to EntrySlice

This commit is contained in:
Stephen Akridge
2019-01-09 13:34:41 -08:00
committed by sakridge
parent 045c5e8556
commit ebd676faaa
11 changed files with 15 additions and 13 deletions

View File

@@ -549,7 +549,7 @@ fn categorize_blob(
pub mod test {
use super::*;
use crate::db_ledger::{DbLedger, DEFAULT_SLOT_HEIGHT};
use crate::ledger::{get_tmp_ledger_path, make_tiny_test_entries, Block};
use crate::ledger::{get_tmp_ledger_path, make_tiny_test_entries, EntrySlice};
use crate::packet::{index_blobs, SharedBlob, BLOB_DATA_SIZE, BLOB_SIZE};
use crate::window::WindowSlot;