From 92fd3df8dcd5ba7eec1eab520659a381cfaee8e9 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Tue, 28 Mar 2023 18:13:26 -0400
Subject: [PATCH] fix comment

---
 wasm/dm.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wasm/dm.go b/wasm/dm.go
index e3f71e28..368e3f3c 100644
--- a/wasm/dm.go
+++ b/wasm/dm.go
@@ -481,7 +481,7 @@ func (dmc *DMClient) SendReaction(_ js.Value, args []js.Value) any {
 // The meaning of leaseTimeMS depends on the use case.
 //
 // Parameters:
-//   - args[0] - Marshalled bytes of the channel [id.ID] (Uint8Array).
+//   - args[0] - Marshalled bytes of the partner pubkyey  (Uint8Array).
 //   - args[1] - The token used to derive the reception ID for the partner
 //     (int).
 //   - args[2] - The message type of the message. This will be a valid
-- 
GitLab