mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: dont panic on unsupported tag (#2578)
This commit is contained in:
@ -92,4 +92,9 @@ pub enum ProviderError {
|
||||
/// Unable to compute state root on top of historical block
|
||||
#[error("Unable to compute state root on top of historical block")]
|
||||
StateRootNotAvailableForHistoricalBlock,
|
||||
|
||||
#[error("Safe tag currently unsupported")]
|
||||
SafeTagUnsupported,
|
||||
#[error("Finalized tag currently unsupported")]
|
||||
FinalizedTagUnsupported,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user