From 41fc748d44dae187ccdec4c6d05dfc9dd198c28f Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Wed, 15 May 2024 10:13:44 +0200 Subject: [PATCH] Remove duplicated versions of boltz-client --- lib/core/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/core/Cargo.toml b/lib/core/Cargo.toml index bc5da05..2916c2e 100644 --- a/lib/core/Cargo.toml +++ b/lib/core/Cargo.toml @@ -10,16 +10,8 @@ crate-type = ["lib", "cdylib", "staticlib"] [dependencies] anyhow = { workspace = true } bip39 = { version = "2.0.0", features = ["serde"] } - #boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "a05731cc33030ada9ae14afcafe0cded22842ba6" } -#boltz-client = { git = "https://github.com/hydra-yse/boltz-rust", rev = "b632238935ad5f5b60435a7fc494ded2f232cf12" } - -# Combination of -# - latest fixes from Boltz (fallback for get_utxos) needed for claiming as soon as lockup tx is seen in mempool (receive case) -# - latest fixes from Antonio (get reverse swap pairs, necessary structs, etc) -# https://github.com/ok300/boltz-rust/commits/ok300-combo-boltz-fallback-get-utxos-yse-get-submarine-pairs/ boltz-client = { git = "https://github.com/hydra-yse/boltz-rust", rev = "be8395900495e415699a54e15f4bd0bc6d774237" } - flutter_rust_bridge = { version = "=2.0.0-dev.33", features = ["chrono"], optional = true } log = "0.4.20" lwk_common = "0.3.0"