apply comments

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2023-11-02 21:35:44 +08:00
parent ed51166a05
commit 893c2d4d2c

View file

@ -36,7 +36,7 @@ import (
var (
errInvalidTopic = errors.New("invalid topic(s)")
errFilterNotFound = errors.New("filter not found")
errInvalidBlockRange = errors.New("invalid from and to block combination: from > to")
errInvalidBlockRange = errors.New("invalid block range params")
)
// filter is a helper struct that holds meta information over the filter type