From 547ae52c1f4d2109387f7947f7c654c6a0077da0 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Thu, 13 Jun 2024 09:22:52 -0700 Subject: [PATCH] bump sphinx, insert retmsg at front of array --- 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 0d183cb..20b68b7 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 = "197a3aad588703735923ca420d4536136e4372c6", features = [ +sphinx = { git = "https://github.com/stakwork/sphinx", rev = "2f51dee1d46028fd30c476a3178d7d341a5d54c0", features = [ "msg", "bindings", ] }