Skip to content
Snippets Groups Projects
Commit 204224e8 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): fix: wrong message, should be "neither"

parent 78e7555a
No related branches found
No related tags found
No related merge requests found
......@@ -296,10 +296,7 @@ where
);
}
if i.owner_pubkey.is_none() && i.owner_address.is_none() {
log::warn!(
"{} both has a pubkey and an address defined - address will be used",
name
);
log::error!("{} neither has a pubkey and an address defined", name);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment