From 3e6d23eb4feb355f7834f173ed4085a56b057041 Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 14 Nov 2018 13:17:30 +0100 Subject: [PATCH] swarm/pss: Remove unused constant --- swarm/pss/types.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/swarm/pss/types.go b/swarm/pss/types.go index d6ee067f6e..0a56065f32 100644 --- a/swarm/pss/types.go +++ b/swarm/pss/types.go @@ -39,9 +39,8 @@ const ( ) const ( - handlerCapSym = 1 << 0 - handlerCapRaw = 1 << 1 - handlerCapProx = 1 << 2 + handlerCapRaw = 1 << 0 + handlerCapProx = 1 << 1 ) var (