mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-27 20:53:12 +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;
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Copy)]
|
||||
#[derive(Clone, Copy, Serialize, Deserialize)]
|
||||
#[cfg_attr(
|
||||
any(feature = "host", test),
|
||||
derive(Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user