Skip to content

Commit

Permalink
Refactor: addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 7, 2023
1 parent 40a94e7 commit 0167b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protocol/engine/filter/blockfilter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (f *Filter) ProcessReceivedBlock(block *model.Block, source peer.ID) {
}

// Reset resets the component to a clean state as if it was created at the last commitment.
func (f *Filter) Reset() {}
func (f *Filter) Reset() { /* nothing to reset but comply with interface */ }

func (f *Filter) Shutdown() {
f.TriggerStopped()
Expand Down

0 comments on commit 0167b63

Please sign in to comment.