Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 5a46873

Browse files
committed
Add comment for codacy
1 parent 5340cc8 commit 5a46873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/web_relay_manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ func (wrm *WebRelayManager) reconnectToRelay(relay string) {
176176
}
177177
}
178178

179+
// SendRelayMessage - Wrap relay message in encrypted envelope and broadcast
179180
func (wrm *WebRelayManager) SendRelayMessage(ciphertext string, recipient string) {
180181
encryptedmessage := EncryptedMessage{
181182
Message: ciphertext,

0 commit comments

Comments
 (0)