mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(witness): allow no storage multiproof (#10656)
This commit is contained in:
@ -125,9 +125,6 @@ pub enum TrieWitnessError {
|
||||
Proof(StateProofError),
|
||||
/// RLP decoding error.
|
||||
Rlp(alloy_rlp::Error),
|
||||
/// Missing storage multiproof.
|
||||
#[display("missing storage multiproof for {_0}")]
|
||||
MissingStorageMultiProof(B256),
|
||||
/// Missing account.
|
||||
#[display("missing account {_0}")]
|
||||
MissingAccount(B256),
|
||||
|
||||
Reference in New Issue
Block a user