sdk: renamed SlotCheckpoint to Slot

This commit is contained in:
aggstam
2023-06-24 18:18:08 +03:00
parent 2e8b956073
commit ec97e969c8
25 changed files with 465 additions and 520 deletions

View File

@@ -304,10 +304,10 @@ pub enum Error {
BlockNotFound(String),
#[error("Block in slot {0} not found in database")]
SlotNotFound(u64),
BlockSlotNotFound(u64),
#[error("Slot checkpoint {0} not found in database")]
SlotCheckpointNotFound(u64),
#[error("Slot {0} not found in database")]
SlotNotFound(u64),
#[error("Contract {0} not found in database")]
ContractNotFound(String),