From e8874e44b004f056389b666708942b5408cde020 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Tue, 19 Dec 2023 21:58:27 +0000 Subject: [PATCH] remove double import --- channelsFileTransfer/wrapper.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channelsFileTransfer/wrapper.go b/channelsFileTransfer/wrapper.go index 6c4fcaf35..ee7076193 100644 --- a/channelsFileTransfer/wrapper.go +++ b/channelsFileTransfer/wrapper.go @@ -23,7 +23,6 @@ import ( cryptoChannel "gitlab.com/elixxir/crypto/channel" ftCrypto "gitlab.com/elixxir/crypto/fileTransfer" "gitlab.com/elixxir/crypto/message" - cryptoMessage "gitlab.com/elixxir/crypto/message" "gitlab.com/xx_network/primitives/id" "gitlab.com/xx_network/primitives/id/ephemeral" "gitlab.com/xx_network/primitives/netTime" @@ -617,7 +616,7 @@ func (w *Wrapper) GetProperties() ( } // Handle handles the file transfer file info message. -func (w *Wrapper) Handle(channelID *id.ID, messageID cryptoMessage.ID, +func (w *Wrapper) Handle(channelID *id.ID, messageID message.ID, messageType channels.MessageType, nickname string, content, _ []byte, pubKey ed25519.PublicKey, dmToken uint32, codeset uint8, timestamp, _ time.Time, lease time.Duration, _ id.Round, round rounds.Round, -- GitLab