From 95e301e95d574c324733bc5aee83fe42936d2573 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Tue, 20 May 2025 10:53:47 +0300 Subject: [PATCH] update lwk_wollet to fix tip update (cherry picked from commit c728bbaad27b64bbbd21c91b7c5c6e5e9af0fb96) --- cli/Cargo.lock | 2 +- lib/Cargo.lock | 2 +- lib/core/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 544fb7e..a3a4d3b 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2727,7 +2727,7 @@ dependencies = [ [[package]] name = "lwk_wollet" version = "0.9.0" -source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a" +source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf" dependencies = [ "aes-gcm-siv", "age", diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 343c5e5..2d95f89 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -3105,7 +3105,7 @@ dependencies = [ [[package]] name = "lwk_wollet" version = "0.9.0" -source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a" +source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf" dependencies = [ "aes-gcm-siv", "age", diff --git a/lib/core/Cargo.toml b/lib/core/Cargo.toml index 95b3f1c..919ea2c 100644 --- a/lib/core/Cargo.toml +++ b/lib/core/Cargo.toml @@ -72,7 +72,7 @@ electrum-client = { version = "0.21.0", default-features = false, features = [ "use-rustls-ring", "proxy", ] } -lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a" } +lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf" } maybe-sync = { version = "0.1.1", features = ["sync"] } prost = "^0.11" tonic = { version = "^0.8", features = ["tls", "tls-webpki-roots"] } @@ -88,7 +88,7 @@ rusqlite = { git = "https://github.com/Spxg/rusqlite", rev = "e36644127f31fa6e7e # Wasm dependencies [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] console_log = "1" -lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a", default-features = false, features = [ +lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf", default-features = false, features = [ "esplora", ] } maybe-sync = "0.1.1"