Skip to content

Commit

Permalink
Merge pull request #380 from Ethernal-Tech/logfilter-fix
Browse files Browse the repository at this point in the history
Init logs slice in logFilter
  • Loading branch information
oliverbundalo authored Sep 19, 2024
2 parents da9f074 + 5169cb7 commit bf38fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonrpc/filter_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ func (f *FilterManager) NewLogFilter(logQuery *LogQuery, ws wsConn) string {
filter := &logFilter{
filterBase: newFilterBase(ws),
query: logQuery,
logs: []*Log{},
}

if filter.hasWSConn() {
Expand Down

0 comments on commit bf38fec

Please sign in to comment.