Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
test mutant stx-genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Jan 18, 2024
1 parent 84e9d76 commit 4a454e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stx-genesis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ impl Iterator for LinePairReader {
}
}

fn this_new_mutant() -> u64 {
return 34;
}

fn read_deflated_zonefiles(
deflate_bytes: &'static [u8],
) -> Box<dyn Iterator<Item = GenesisZonefile>> {
Expand Down

0 comments on commit 4a454e1

Please sign in to comment.