add_snapshot now returns SlotSnapshotPaths

This commit is contained in:
Michael Vines
2020-01-23 09:46:30 -07:00
parent 9e19a635bb
commit 6b5172d002
2 changed files with 11 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ pub type SnapshotPackageSender = Sender<SnapshotPackage>;
pub type SnapshotPackageReceiver = Receiver<SnapshotPackage>;
pub type SnapshotPackageSendError = SendError<SnapshotPackage>;
#[derive(Debug)]
pub struct SnapshotPackage {
pub root: u64,
pub slot_deltas: Vec<SlotDelta<TransactionResult<()>>>,