Skip to content

Commit

Permalink
use underscored numbers for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Aug 2, 2024
1 parent 7546def commit 907cd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/chia-consensus/src/spendbundle_validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ mod tests {
TEST_CONSTANTS.soft_fork4_height - 1,
&TEST_CONSTANTS
),
33554592
33_554_592
);
assert_eq!(
get_flags_for_height_and_constants(
TEST_CONSTANTS.soft_fork5_height - 1,
&TEST_CONSTANTS
),
167772320
167_772_320
);
assert_eq!(
get_flags_for_height_and_constants(
Expand All @@ -67,7 +67,7 @@ mod tests {
TEST_CONSTANTS.soft_fork5_height + 1,
&TEST_CONSTANTS
),
436207776
436_207_776
);
}
}

0 comments on commit 907cd19

Please sign in to comment.