mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-02 22:33:37 +00:00
accountid removed conflict
This commit is contained in:
parent
c25e93edd5
commit
c6531aaab4
@ -47,7 +47,7 @@ impl AccountWithMetadata {
|
|||||||
#[derive(
|
#[derive(
|
||||||
Copy, Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, BorshSerialize, BorshDeserialize,
|
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 {
|
pub struct AccountId {
|
||||||
value: [u8; 32],
|
value: [u8; 32],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user