diff --git a/common/src/block.rs b/common/src/block.rs index 91ad1175..90bbe357 100644 --- a/common/src/block.rs +++ b/common/src/block.rs @@ -10,6 +10,7 @@ pub type TimeStamp = u64; #[derive(Debug, Clone, BorshSerialize, BorshDeserialize)] pub struct BlockMeta { + pub id: BlockId, pub hash: BlockHash, pub msg_id: MantleMsgId, } diff --git a/sequencer_core/src/lib.rs b/sequencer_core/src/lib.rs index 31f76a0a..596ac747 100644 --- a/sequencer_core/src/lib.rs +++ b/sequencer_core/src/lib.rs @@ -98,6 +98,9 @@ impl SequencerCore SequencerCore