chore: Update SignerRequired error message

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-30 11:33:23 +00:00
parent 2874ba8457
commit f3a09d30ea

View File

@@ -66,7 +66,9 @@ pub enum N34Error {
InvalidNostrAddressFileContent(String), InvalidNostrAddressFileContent(String),
#[error("This command requires at least one relay, but none were provided")] #[error("This command requires at least one relay, but none were provided")]
EmptyRelays, EmptyRelays,
#[error("This command requires a signer to sign events")] #[error(
"This command requires a signer to sign events. Use `--secret-key` to provide a signer"
)]
SignerRequired, SignerRequired,
#[error( #[error(
"Invalid repository address. Expected one of these formats:\n- NIP-05 identifier with \ "Invalid repository address. Expected one of these formats:\n- NIP-05 identifier with \