mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(trie): make Debug impl work for any provider (#13107)
This commit is contained in:
@ -46,7 +46,7 @@ impl Default for SparseStateTrie {
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Debug for SparseStateTrie {
|
||||
impl<P: BlindedProviderFactory> fmt::Debug for SparseStateTrie<P> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
f.debug_struct("SparseStateTrie")
|
||||
.field("state", &self.state)
|
||||
|
||||
Reference in New Issue
Block a user