Skip to content

Add test for Debug impl for OpProofsStateProviderRef #434

@emhane

Description

@emhane

Describe the feature

Add test for

impl<'a, Storage> Debug for OpProofsStateProviderRef<'a, Storage>
where
Storage: OpProofsStore + 'a + Debug,
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("OpProofsStateProviderRef")
.field("storage", &self.storage)
.field("block_number", &self.block_number)
.finish()
}
}

Additional context

No response

Metadata

Metadata

Assignees

Labels

A-trieArea: Merkle Patricia TrieK-testKind: testM-good-first-issueMeta: good issue for first time contributorsW-historical-proofsWorkstream: historical-proofs

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions