mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-25 00:59:03 +01:00
Add log when we are fetching peers to sync with (#4693)
This commit is contained in:
parent
80051d4089
commit
d2f8811a1c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ case class NeutrinoNode(
|
|||
chainApi <- chainApiFromDb()
|
||||
_ <- chainApi.getBestBlockHash()
|
||||
_ <- chainApi.setSyncing(true)
|
||||
|
||||
_ = logger.info(s"Fetching peers to sync with...")
|
||||
syncPeer <- peerManager.randomPeerWithService(
|
||||
ServiceIdentifier.NODE_COMPACT_FILTERS)
|
||||
_ = logger.info(s"Syncing with $syncPeer")
|
||||
|
|
Loading…
Add table
Reference in a new issue