From 1b527906ee510597fc6e632cfe1f6dcb1208ea2e Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson <samuel@samyoul.com> Date: Wed, 25 Nov 2020 14:11:12 +0000 Subject: [PATCH] Resolved hopefully the last of the lint --- protocol/common/message.go | 1 + protocol/messenger.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/common/message.go b/protocol/common/message.go index 644f53a76..07b4a5e64 100644 --- a/protocol/common/message.go +++ b/protocol/common/message.go @@ -14,6 +14,7 @@ import ( "github.com/status-im/markdown" "github.com/status-im/markdown/ast" + "github.com/status-im/status-go/images" "github.com/status-im/status-go/protocol/protobuf" ) diff --git a/protocol/messenger.go b/protocol/messenger.go index bff56f8a8..bd30ee49e 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -6,7 +6,6 @@ import ( "crypto/sha256" "database/sql" "encoding/hex" - gethcrypto "github.com/ethereum/go-ethereum/crypto" "io/ioutil" "math" "math/rand" @@ -20,6 +19,7 @@ import ( "github.com/golang/protobuf/proto" + gethcrypto "github.com/ethereum/go-ethereum/crypto" "github.com/status-im/status-go/eth-node/crypto" "github.com/status-im/status-go/eth-node/types" enstypes "github.com/status-im/status-go/eth-node/types/ens"