fix: prevent loop when nip05 metadata channel closes

This commit is contained in:
Greg Heartsfield
2023-02-11 13:26:08 -06:00
parent 28b7b83a6e
commit e63d179424
2 changed files with 11 additions and 1 deletions
+2
View File
@@ -62,6 +62,8 @@ pub enum Error {
HexError(hex::FromHexError),
#[error("Delegation parse error")]
DelegationParseError,
#[error("Channel closed error")]
ChannelClosed,
#[error("Unknown/Undocumented")]
UnknownError,
}