We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303aeb4 commit 2877b4bCopy full SHA for 2877b4b
BDKSwiftExampleWallet/View Model/WalletViewModel.swift
@@ -62,7 +62,7 @@ class WalletViewModel {
62
{ [weak self] progress in
63
DispatchQueue.main.async {
64
self?.progress = progress
65
- let progressPercent = UInt64(progress * 100)
+ let progressPercent = UInt64(progress)
66
self?.inspectedScripts = progressPercent
67
self?.totalScripts = 100
68
}
0 commit comments