Skip to content

Commit

Permalink
Derive PartialEq trait for the Checkpoint struct
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Jan 10, 2025
1 parent 2bd6863 commit 47a3ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/structs/checkpoint.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Trace {
}

/// Generic checkpoint representation.
#[derive(Copy, Drop, Serde)]
#[derive(Copy, Drop, Serde, PartialEq)]
pub struct Checkpoint {
pub key: u64,
pub value: u256,
Expand Down

0 comments on commit 47a3ebf

Please sign in to comment.