Skip to content

Commit

Permalink
print memory field even if empty (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov authored Aug 8, 2024
1 parent 057a284 commit f579767
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/tracers/logger/json_stream_zkevm.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ func (l *JsonStreamLogger_ZkEvm) writeMemory(memory *vm.Memory) {
}
}

if len(filteredByteLines) == 0 {
return
}
l.stream.WriteMore()
l.stream.WriteObjectField("memory")
l.stream.WriteArrayStart()
Expand Down

0 comments on commit f579767

Please sign in to comment.