mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 00:28:20 -05: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