Skip to content

Commit

Permalink
Better log for send to explorer button (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 1, 2021
1 parent ba285c4 commit fe41dbb
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -422,9 +422,8 @@ object ViewEventDialog extends Logging {
.map { res =>
res.attestations.isDefined != createAttestationsOpt.isDefined
}
.recover { err =>
logger.error("Error retrieving announcement from explorer",
err)
.recover { _ =>
logger.info("Announcement not on explorer, sending")
true
}

Expand Down

0 comments on commit fe41dbb

Please sign in to comment.