mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-10 15:03:33 +00:00
move standard derives to beginning
This commit is contained in:
parent
57b83f4e1a
commit
25a86d4bac
@ -155,7 +155,7 @@ impl AccountPostState {
|
|||||||
|
|
||||||
pub type BlockId = u64;
|
pub type BlockId = u64;
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Copy)]
|
#[derive(Clone, Copy, Serialize, Deserialize)]
|
||||||
#[cfg_attr(
|
#[cfg_attr(
|
||||||
any(feature = "host", test),
|
any(feature = "host", test),
|
||||||
derive(Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize)
|
derive(Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user