From 875c7492fee6b66b00cb39fa5c1f9f09de1eb1a8 Mon Sep 17 00:00:00 2001 From: Kord Campbell Date: Fri, 18 Nov 2022 09:44:54 -0600 Subject: [PATCH] fixes FB-1768, two entries for the holder command --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 8536e1733..1396c337a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -100,7 +100,6 @@ at https://docs.molecula.cloud/. rc.AddCommand(newRBFCommand(stdin, stdout, stderr)) rc.AddCommand(newServeCmd(stdin, stdout, stderr)) rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) - rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) rc.AddCommand(newKeygenCommand(stdin, stdout, stderr)) rc.AddCommand(newCLICommand(stdin, stdout, stderr)) rc.AddCommand(newDAXCommand(stdin, stdout, stderr))