We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5d563 commit 1a72ae0Copy full SHA for 1a72ae0
explorer/src/db/error.rs
@@ -25,5 +25,3 @@ pub enum ExplorerError {
25
pub struct BlockNotFound {
26
pub hash: HeaderHash,
27
}
28
-
29
-pub type Result<T> = std::result::Result<T, ExplorerError>;
0 commit comments