mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
core/types/bal: fix convert
This commit is contained in:
parent
26727fec9c
commit
088de285d9
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ func (a *AccountAccess) toEncodingObj(addr common.Address) encodingAccountAccess
|
|||
ValueAfter: slotWrites[index],
|
||||
})
|
||||
}
|
||||
res.StorageWrites = append(res.StorageWrites, obj)
|
||||
}
|
||||
|
||||
// Convert read slots
|
||||
|
|
|
|||
Loading…
Reference in a new issue