diff --git a/src/state.cairo b/src/state.cairo index 37b072ff..c69d15b6 100644 --- a/src/state.cairo +++ b/src/state.cairo @@ -13,7 +13,7 @@ pub struct ChainState { pub epoch_start_time: u32, /// Previous timestamps. pub prev_timestamps: Span, -// TODO: utreexo_roots? + // TODO: utreexo_roots? } /// Represents a block in the blockchain.