From f705d47ab566b9d30d35433ff74372a626586c07 Mon Sep 17 00:00:00 2001 From: Bitcoin Zavior <93057399+BitcoinZavior@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:06:16 -0400 Subject: [PATCH] Update Cargo.toml --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7618340..5109d0a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,7 +16,7 @@ bitcoincore-rpc = "0.19.0" anyhow = "1.0.68" [dependencies] ohttp = { version = "0.5.1" } -payjoin_ffi = { git = "https://github.com/nucode-Tech/payjoin-ffi", branch = "main" } +payjoin_ffi = { git = "https://github.com/LtbLightning/payjoin-ffi", branch = "main" } flutter_rust_bridge = "=2.0.0" anyhow = "1.0.68" tokio = "1.36.0"