eth/filters: remove explicit continue label in filterLogs (#24795)
The loop label can be removed because this 'continue' statement is not in a nested loop.
Showing
Please register or sign in to comment
The loop label can be removed because this 'continue' statement is not in a nested loop.