accountid removed conflict

This commit is contained in:
jonesmarvin8 2025-12-23 17:36:58 -05:00
parent c25e93edd5
commit c6531aaab4

View File

@ -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],
}