From 088de285d94e89540e9c0fb2f691004360ab2a9d Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Thu, 10 Jul 2025 11:03:38 +0800 Subject: [PATCH] core/types/bal: fix convert --- core/types/bal/bal_encoding.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/types/bal/bal_encoding.go b/core/types/bal/bal_encoding.go index 1feccfb3f3..c5e32dc1c3 100644 --- a/core/types/bal/bal_encoding.go +++ b/core/types/bal/bal_encoding.go @@ -263,6 +263,7 @@ func (a *AccountAccess) toEncodingObj(addr common.Address) encodingAccountAccess ValueAfter: slotWrites[index], }) } + res.StorageWrites = append(res.StorageWrites, obj) } // Convert read slots