From 12000232a7cb504b0c9eb678673c999d3248e11a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 20 Jun 2026 20:24:18 -0300 Subject: [PATCH] bunker: remove duplicated "--sec" flags that were interfering with everything. --- bunker.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bunker.go b/bunker.go index 73f9337..15a8e73 100644 --- a/bunker.go +++ b/bunker.go @@ -44,15 +44,6 @@ var bunker = &cli.Command{ OnlyOnce: true, Category: PERSISTENCE, }, - &cli.StringFlag{ - Name: "sec", - Usage: "secret key to sign the event, as hex or nsec", - DefaultText: "the key '1'", - }, - &cli.BoolFlag{ - Name: "prompt-sec", - Usage: "prompt the user to paste a hex or nsec with which to sign the event", - }, &cli.StringSliceFlag{ Name: "authorized-secrets", Aliases: []string{"s"},