diff --git a/nssa/core/src/account.rs b/nssa/core/src/account.rs index 87f9984..2acc7b2 100644 --- a/nssa/core/src/account.rs +++ b/nssa/core/src/account.rs @@ -47,7 +47,7 @@ impl AccountWithMetadata { #[derive( Copy, Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, BorshSerialize, BorshDeserialize, )] -#[cfg_attr(any(feature = "host", test), derive(Debug, PartialOrd, Ord, Default))] +#[cfg_attr(any(feature = "host", test), derive(Debug, PartialOrd, Ord))] pub struct AccountId { value: [u8; 32], }