mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
sdk: renamed SlotCheckpoint to Slot
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user