diff --git a/event.go b/event.go index cbc0ec5..909803f 100644 --- a/event.go +++ b/event.go @@ -227,6 +227,10 @@ example: mustRehashAndResign = true } + if c.IsSet("musig") || c.IsSet("sec") || c.IsSet("prompt-sec") { + mustRehashAndResign = true + } + if difficulty := c.Uint("pow"); difficulty > 0 { // before doing pow we need the pubkey if numSigners := c.Uint("musig"); numSigners > 1 {