mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 05:29:32 +00:00
clear out situation when one tries to start a DB without a block
This commit is contained in:
parent
13d8c72a82
commit
88da732d5c
@ -103,9 +103,8 @@ impl RocksDBIO {
|
|||||||
|
|
||||||
Ok(dbio)
|
Ok(dbio)
|
||||||
} else {
|
} else {
|
||||||
warn!("Starting db in unset mode, will have to set starting block manually");
|
// Here we are trying to start a DB without a block, one should not do it.
|
||||||
|
unreachable!()
|
||||||
Ok(dbio)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user