Skip to content

Commit 97cb53e

Browse files
committed
fix forkid test
1 parent 3e8428b commit 97cb53e

File tree

1 file changed

+1
-1
lines changed
  • crates/scroll/chainspec/src

1 file changed

+1
-1
lines changed

crates/scroll/chainspec/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ mod tests {
715715
// Galileo
716716
(
717717
Head { number: 4740239, timestamp: 1764054000, ..Default::default() },
718-
ForkId { hash: ForkHash([0xe8, 0xc2, 0x20, 0x80]), next: 0 },
718+
ForkId { hash: ForkHash([0xe8, 0xc2, 0x20, 0x80]), next: u64::MAX },
719719
),
720720
],
721721
);

0 commit comments

Comments
 (0)