improvement: log reason for new event creation from nip05

This commit is contained in:
Greg Heartsfield 2022-12-22 10:48:30 -06:00
parent 53c2a8051c
commit 91177c61a1

View File

@ -517,7 +517,7 @@ impl Verifier {
Ok(updated) => { Ok(updated) => {
if updated != 0 { if updated != 0 {
info!( info!(
"persisted event: {:?} in {:?}", "persisted event (new verified pubkey): {:?} in {:?}",
event.get_event_id_prefix(), event.get_event_id_prefix(),
start.elapsed() start.elapsed()
); );