Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
put min chain sync bar progress number at the top of our checkpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 14, 2022
1 parent 23bc927 commit addfb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/scala/HubActivity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ class HubActivity
override def onChainSyncProgress(localTip: Long, remoteTip: Long): Unit =
UITask {
walletCards.chainSyncIndicator.setMaxProgress(remoteTip.toInt)
walletCards.chainSyncIndicator.setMinProgress(0)
walletCards.chainSyncIndicator.setMinProgress(747935)
walletCards.chainSyncIndicator.setProgress(localTip.toInt)
}.run

Expand Down

0 comments on commit addfb20

Please sign in to comment.