Compare commits
2 Commits
v0.3.0
...
release/0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89d58db02a | ||
|
|
cda682b634 |
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bdk-ffi"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user