From a6757762af9c734f2348328076405a717c7dbd70 Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Wed, 24 Aug 2022 16:14:09 +0100 Subject: [PATCH] =?UTF-8?q?fix=20weird=20import=20quirirk=20=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/messenger.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/protocol/messenger.go b/protocol/messenger.go index 74a86b2bd..f2ae857ad 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -16,15 +16,13 @@ import ( "sync" "time" + "github.com/davecgh/go-spew/spew" + "github.com/golang/protobuf/proto" "github.com/pkg/errors" "go.uber.org/zap" - "github.com/ethereum/go-ethereum/common/hexutil" - - "github.com/davecgh/go-spew/spew" - "github.com/golang/protobuf/proto" - gethcommon "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/p2p" "github.com/status-im/status-go/appdatabase"