From dcaa7285ddf581473644bc73306c134986b77c35 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 9 Jul 2024 10:55:37 -0700 Subject: [PATCH] bump sphinx final hop cltv --- 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 1200889..b6005ee 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 = "a144a3bcc4a3292946812ed27f664d8ba9caeecd", features = [ +sphinx = { git = "https://github.com/stakwork/sphinx", rev = "a6f60cd91c4972ceec9c7e3a86da14aa404255b8", features = [ "msg", "bindings", ] }