Skip to content

Commit

Permalink
Fix fuzz test compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Sep 13, 2024
1 parent af48b18 commit d15b46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ use willow_fuzz::silly_sigs::{SillyPublicKey, SillySig};
fuzz_target!(|data: &[u8]| {
encoding_canonical_random::<
McSubspaceCapability<SillyPublicKey, SillySig, SillyPublicKey, SillySig>,
>(data)
>(data);
});

0 comments on commit d15b46d

Please sign in to comment.