diff --git a/Cargo.lock b/Cargo.lock index 3db966e..e5b48c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "bp-wallet" version = "0.11.0-beta.6.1" -source = "git+https://github.com/BP-WG/bp-wallet?branch=finalize#52674cc0b33d59fa1e1380ff578b6966c0d0a0ad" +source = "git+https://github.com/BP-WG/bp-wallet?branch=master#7d5105f6fd9103d25067a47e45616cdcc77737e9" dependencies = [ "amplify", "base64", diff --git a/Cargo.toml b/Cargo.toml index 9309b7c..18d592c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "master" } descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "master" } psbt = { git = "https://github.com/BP-WG/bp-std", branch = "master" } bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "master" } -bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "finalize" } +bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" } rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" } rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" } rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }