From 0df825164cbf434f3f05d84415bac3cb9fa8a2e9 Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Mon, 30 Nov 2020 11:19:18 +0000 Subject: [PATCH] Placating the linting old ones --- protocol/message_handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/message_handler.go b/protocol/message_handler.go index 22aa96eed..b1fb78d61 100644 --- a/protocol/message_handler.go +++ b/protocol/message_handler.go @@ -4,6 +4,7 @@ import ( "crypto/ecdsa" "encoding/hex" "fmt" + "github.com/pkg/errors" "github.com/status-im/status-go/eth-node/crypto"