mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(storage): account for pruned account/storage history (#4092)
This commit is contained in:
@ -94,4 +94,6 @@ pub enum ProviderError {
|
||||
/// Block hash
|
||||
block_hash: BlockHash,
|
||||
},
|
||||
#[error("State at block #{0} is pruned")]
|
||||
StateAtBlockPruned(BlockNumber),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user