Skip to content

Commit

Permalink
Updated lwk_wollet to specific commit to fix updatestatus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Dec 26, 2024
1 parent edb2e18 commit 192bf68
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 92 deletions.
163 changes: 73 additions & 90 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doctest = false
crate-type = ["staticlib", "cdylib"]

[dependencies]
lwk_wollet = { version = "0.8.0" }
lwk_wollet = { git = "https://github.com/Blockstream/lwk", rev = "5cfb36ada3d2b9de799eaabddf388827df4ab625", package = "lwk_wollet" }
lwk_signer = { version = "0.8.0" }
lwk_common = {version = "0.8.0" }
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion rust/src/api/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use lwk_wollet::elements::{
Address as LwkAddress, AssetId as LwkAssetId, OutPoint, Transaction, Txid,
};
use lwk_wollet::AddressResult;
use lwk_wollet::BlockchainBackend;
use lwk_wollet::clients::blocking::BlockchainBackend;
use lwk_wollet::ElectrumClient;
use lwk_wollet::Wollet;
use lwk_wollet::WolletDescriptor;
Expand Down

0 comments on commit 192bf68

Please sign in to comment.