mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test(chain-state): add unit tests for CanonStateNotification (#12110)
This commit is contained in:
@ -453,7 +453,7 @@ impl IntoIterator for ChainBlocks<'_> {
|
||||
}
|
||||
|
||||
/// Used to hold receipts and their attachment.
|
||||
#[derive(Default, Clone, Debug)]
|
||||
#[derive(Default, Clone, Debug, PartialEq, Eq)]
|
||||
pub struct BlockReceipts {
|
||||
/// Block identifier
|
||||
pub block: BlockNumHash,
|
||||
|
||||
Reference in New Issue
Block a user