From 221188af08a52eceb1d1eddc7c239bc867ce0fa7 Mon Sep 17 00:00:00 2001 From: Balint Gabor Date: Fri, 6 Apr 2018 16:21:54 +0200 Subject: [PATCH] swarm/api: Fix linter --- swarm/api/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/api/api.go b/swarm/api/api.go index 07c29a29d2..c7cb9c0662 100644 --- a/swarm/api/api.go +++ b/swarm/api/api.go @@ -39,7 +39,6 @@ import ( "github.com/ethereum/go-ethereum/swarm/storage" ) - // TODO: this is bad, it should not be hardcoded how long is a hash var hashMatcher = regexp.MustCompile("^([0-9A-Fa-f]{64})([0-9A-Fa-f]{64})?")