Remove hard coded sync progress value
This commit is contained in:
parent
d17ea4b90c
commit
cda682b634
@ -259,7 +259,6 @@ impl Wallet {
|
||||
progress_update: Box<dyn BdkProgress>,
|
||||
max_address_param: Option<u32>,
|
||||
) -> Result<(), BdkError> {
|
||||
progress_update.update(21.0, Some("message".to_string()));
|
||||
self.get_wallet()
|
||||
.sync(BdkProgressHolder { progress_update }, max_address_param)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user