mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: change field order (#4348)
This commit is contained in:
@ -71,8 +71,8 @@ pub enum Delta<T> {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct AccountDiff {
|
||||
pub balance: Delta<U256>,
|
||||
pub nonce: Delta<U64>,
|
||||
pub code: Delta<Bytes>,
|
||||
pub nonce: Delta<U64>,
|
||||
pub storage: BTreeMap<H256, Delta<H256>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user