Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Oct 7, 2024
1 parent ee9624a commit 6ce3c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/blocks/pre_mine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ mod test {
.sum::<MicroMinotari>();
assert_eq!(
contributors_tokens_at_start,
MicroMinotari::from(388_525_385 * 1_000_000)
MicroMinotari::from(262_525_385 * 1_000_000)
);
let participants_tokens_at_start = pre_mine_items
.iter()
Expand Down

0 comments on commit 6ce3c38

Please sign in to comment.