core/types/bal: fix convert

This commit is contained in:
Gary Rong 2025-07-10 11:03:38 +08:00
parent 26727fec9c
commit 088de285d9

View file

@ -263,6 +263,7 @@ func (a *AccountAccess) toEncodingObj(addr common.Address) encodingAccountAccess
ValueAfter: slotWrites[index], ValueAfter: slotWrites[index],
}) })
} }
res.StorageWrites = append(res.StorageWrites, obj)
} }
// Convert read slots // Convert read slots