From 14da2e52d9ccbf98deaa9057ef6b829e7d090327 Mon Sep 17 00:00:00 2001 From: sstone Date: Mon, 8 Jan 2024 18:05:42 +0100 Subject: [PATCH] Use Jonas Nick's musig2 branch --- .gitmodules | 2 +- native/secp256k1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4996b1c..cc4481a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "native/secp256k1"] path = native/secp256k1 - url = https://github.com/bitcoin-core/secp256k1.git + url = https://github.com/jonasnick/secp256k1.git diff --git a/native/secp256k1 b/native/secp256k1 index 1ad5185..eaf1e78 160000 --- a/native/secp256k1 +++ b/native/secp256k1 @@ -1 +1 @@ -Subproject commit 1ad5185cd42c0636104129fcc9f6a4bf9c67cc40 +Subproject commit eaf1e78d2d3feee3bd9f349d2f0b98aac0204604