From d063274a9a0dcb912528ded5a95ea42f5827c420 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Mon, 24 Jun 2024 17:54:21 -0700 Subject: [PATCH] encrypted media key for self --- 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 37ddf65..54cd131 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 = "4f55961778f8078a7058ea5e4402756e9005489d", features = [ +sphinx = { git = "https://github.com/stakwork/sphinx", rev = "9fe963d0e4126163dbc2e9a736fc60675cc3da9f", features = [ "msg", "bindings", ] }