From c6531aaab4f4a86002b50d9cae584daeefef3552 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:36:58 -0500 Subject: [PATCH] accountid removed conflict --- nssa/core/src/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], }