From 088760fa1e42bca95e9362706b512505153d2356 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 31 May 2019 14:13:23 +0200 Subject: [PATCH] submodules: temporary set ElementsProject/secp256k1-zkp submodule a fork due to missing reference See https://github.com/ElementsProject/secp256k1-zkp/issues/68 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a51781a06f..4f8c89b9d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,7 @@ ignore = untracked [submodule "vendor/secp256k1-zkp"] path = vendor/secp256k1-zkp - url = https://github.com/ElementsProject/secp256k1-zkp.git + url = https://github.com/tsusanka/secp256k1-zkp.git branch = secp256k1-zkp [submodule "common/defs/ethereum/tokens"] path = common/defs/ethereum/tokens