mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
eth/filters: rm not used error variables
This commit is contained in:
parent
7e9ce630c9
commit
f223b5e798
1 changed files with 0 additions and 2 deletions
|
|
@ -39,10 +39,8 @@ import (
|
|||
var (
|
||||
errInvalidTopic = errors.New("invalid topic(s)")
|
||||
errFilterNotFound = errors.New("filter not found")
|
||||
errConnectDropped = errors.New("connection dropped")
|
||||
errInvalidToBlock = errors.New("log subscription does not support history block range")
|
||||
errInvalidFromBlock = errors.New("from block can be only a number, or \"safe\", or \"finalized\"")
|
||||
errClientUnsubscribed = errors.New("client unsubscribed")
|
||||
errExceedMaxTopics = errors.New("exceeds max topics")
|
||||
errExceedMaxAddresses = errors.New("exceeds max addresses")
|
||||
errBlockHashWithRange = errors.New("cannot specify block hash with block range")
|
||||
|
|
|
|||
Loading…
Reference in a new issue