Skip to content

Commit

Permalink
fix: remove error message used in different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Apr 3, 2024
1 parent 3999a47 commit 109cd4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions store/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::io;
use deadpool_sqlite::PoolError;
use miden_objects::{
crypto::{
hash::rpo::RpoDigest,
merkle::{MerkleError, MmrError},
utils::DeserializationError,
},
Expand Down Expand Up @@ -55,12 +54,6 @@ pub enum DatabaseError {
ApplyBlockFailedClosedChannel(RecvError),
#[error("Public account ({0}) details not found on-chain")]
AccountNotOnChain(AccountId),
#[error("Failed to apply block because of on-chain account final hashes mismatch (expected {expected}, \
but calculated is {calculated}")]
ApplyBlockFailedAccountHashesMismatch {
expected: RpoDigest,
calculated: RpoDigest,
},
}

impl From<DeserializationError> for DatabaseError {
Expand Down

0 comments on commit 109cd4b

Please sign in to comment.