mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore(tree): a few refactors and instrumentations (#2549)
This commit is contained in:
@ -35,7 +35,7 @@ pub enum Error {
|
||||
#[error("Provider error")]
|
||||
ProviderError,
|
||||
#[error("BlockChainId can't be found in BlockchainTree with internal index {chain_id}")]
|
||||
BlockChainIdConsistency { chain_id: u64 },
|
||||
BlockSideChainIdConsistency { chain_id: u64 },
|
||||
#[error(
|
||||
"Appending chain on fork (other_chain_fork:?) is not possible as the tip is {chain_tip:?}"
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user