mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
apply comments
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
ed51166a05
commit
893c2d4d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ import (
|
||||||
var (
|
var (
|
||||||
errInvalidTopic = errors.New("invalid topic(s)")
|
errInvalidTopic = errors.New("invalid topic(s)")
|
||||||
errFilterNotFound = errors.New("filter not found")
|
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
|
// filter is a helper struct that holds meta information over the filter type
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue