fixes FB-1768, two entries for the holder command

This commit is contained in:
Kord Campbell 2022-11-18 09:44:54 -06:00 committed by seebs
parent bd2b9ac225
commit 875c7492fe

View file

@ -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))