diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 9c45c5406..b49a970ae 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "boltz-client" version = "0.1.3" -source = "git+https://github.com/ok300/boltz-rust?branch=ok300-fix-swapstatus-close_notify-errors#0763847845cb8467f1a1faeb1b59382c034dddd3" +source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=6f45fff8b87c7530c847eb05f018906c48785a6c#6f45fff8b87c7530c847eb05f018906c48785a6c" dependencies = [ "bip39", "bitcoin 0.31.2", diff --git a/lib/Cargo.lock b/lib/Cargo.lock index ce2186210..ae7d51521 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "boltz-client" version = "0.1.3" -source = "git+https://github.com/ok300/boltz-rust?branch=ok300-fix-swapstatus-close_notify-errors#0763847845cb8467f1a1faeb1b59382c034dddd3" +source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=6f45fff8b87c7530c847eb05f018906c48785a6c#6f45fff8b87c7530c847eb05f018906c48785a6c" dependencies = [ "bip39", "bitcoin 0.31.2", diff --git a/lib/ls-sdk-core/Cargo.toml b/lib/ls-sdk-core/Cargo.toml index 750c4de87..7d35b6ddd 100644 --- a/lib/ls-sdk-core/Cargo.toml +++ b/lib/ls-sdk-core/Cargo.toml @@ -9,9 +9,7 @@ name = "breez_liquid_sdk" [dependencies] anyhow = { workspace = true } bip39 = { version = "2.0.0", features = ["serde"] } -#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "cf2544ae126ac46ab2118313d61a57f160e3d64e" } -# Temp workaround until https://github.com/SatoshiPortal/boltz-rust/pull/41 is reviewed and merged -boltz-client = { git = "https://github.com/ok300/boltz-rust", branch = "ok300-fix-swapstatus-close_notify-errors" } +boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "6f45fff8b87c7530c847eb05f018906c48785a6c" } flutter_rust_bridge = { version = "=2.0.0-dev.32", features = ["chrono"], optional = true } log = "0.4.20" lwk_common = "0.3.0"