Skip to content

Commit

Permalink
Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Nov 3, 2020
1 parent 031a6b2 commit 50b74e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object HeadersOverDns {
})
collect(replyTo, currentBlockCount, Set.empty, 10)
case _ =>
// Headers over DNS is only supported for mainnet.
context.log.debug("bitcoinheaders.net is only supported on mainnet - skipped")
Behaviors.stopped
}
case _ => Behaviors.unhandled
Expand Down

0 comments on commit 50b74e8

Please sign in to comment.