Skip to content
Snippets Groups Projects
Commit 0667ec02 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix wrong type string

parent d2420664
No related branches found
No related tags found
1 merge request!430XX-4277 / Fix file transfer crashes
This commit is part of merge request !430. Comments created here will be created in the context of that merge request.
......@@ -192,7 +192,7 @@ func InitFileTransfer(e2eID int, receiveFileCallback ReceiveFileCallback,
// - []byte - unique file transfer ID
func (f *FileTransfer) Send(payload, recipientID []byte, retry float32,
callback FileTransferSentProgressCallback, period int) ([]byte, error) {
jww.INFO.Printf("[FT] Sending file transfer to %d.",
jww.INFO.Printf("[FT] Sending file transfer to %s.",
base64.StdEncoding.EncodeToString(recipientID))
// Unmarshal recipient ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment