aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/whisperv5/api.go')
-rw-r--r--whisper/whisperv5/api.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/whisper/whisperv5/api.go b/whisper/whisperv5/api.go
index ee566625c..9fb22aa75 100644
--- a/whisper/whisperv5/api.go
+++ b/whisper/whisperv5/api.go
@@ -32,10 +32,6 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
-const (
- filterTimeout = 300 // filters are considered timeout out after filterTimeout seconds
-)
-
var (
ErrSymAsym = errors.New("specify either a symmetric or an asymmetric key")
ErrInvalidSymmetricKey = errors.New("invalid symmetric key")