From 2fb0cda6bea74ce99e1e9fc3a7c12765b30e0336 Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Mon, 24 Oct 2022 17:29:35 -0700 Subject: [PATCH] Fix purge comment --- storage/purge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/purge.go b/storage/purge.go index ed0b12e4..a0b30643 100644 --- a/storage/purge.go +++ b/storage/purge.go @@ -33,7 +33,7 @@ var NumClientsRunning uint64 // // Parameters: // - args[0] - Storage directory path (string). -// - args[1] - Password used for storage (Uint8Array). +// - args[1] - The user-supplied password (string). // // Returns: // - Throws a TypeError if the password is incorrect or if not all Cmix -- GitLab