Skip to content

Commit

Permalink
Fix cfg_attr mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 19, 2023
1 parent e2ec208 commit 627a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia-wallet/src/puzzles/nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct NftRoyaltyTransferPuzzleArgs {
}

#[derive(Debug, Clone, PartialEq, Eq)]
#[cfg_attr(derive, fuzzing)]
#[cfg_attr(fuzzing, derive(Arbitrary))]
pub struct NftMetadata {
pub edition_number: u64,
pub edition_total: u64,
Expand Down

0 comments on commit 627a28d

Please sign in to comment.