Skip to content

Commit 9b730e1

Browse files
authored
core/state: add missing address key in state_object log (#32676)
1 parent b08b629 commit 9b730e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/state_object.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (s *stateObject) updateTrie() (Trie, error) {
333333
continue
334334
}
335335
if !exist {
336-
log.Error("Storage slot is not found in pending area", s.address, "slot", key)
336+
log.Error("Storage slot is not found in pending area", "address", s.address, "slot", key)
337337
continue
338338
}
339339
if (value != common.Hash{}) {

0 commit comments

Comments
 (0)