From 44ae57c924d7b89fc3c5429fb96b90f1490200b9 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Fri, 2 Aug 2024 08:47:09 -0700 Subject: [PATCH] keysend only tries asyncpay if v2 route hint suppliedd --- sphinx-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-ffi/Cargo.toml b/sphinx-ffi/Cargo.toml index edc06cc..3f35035 100644 --- a/sphinx-ffi/Cargo.toml +++ b/sphinx-ffi/Cargo.toml @@ -25,7 +25,7 @@ sphinx-signer = { path = "../signer", default-features = false, features = [ "no-native", ] } sphinx-glyph = { path = "../glyph", default-features = false } -sphinx = { git = "https://github.com/stakwork/sphinx", rev = "9b1e8e7c019a9bb5e7f10d25f084375073f23c64", features = [ +sphinx = { git = "https://github.com/stakwork/sphinx", rev = "07b708050eaa4e77d1d62028cadb8b5809b30b36", features = [ "msg", "bindings", "macaroon",