From 5bd281fccebcbb300d655387ef3a3f3c61208225 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Sat, 15 Aug 2015 19:11:13 -0400 Subject: [PATCH] Update secp submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3fae9b1..c49f87b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/secp256k1-zkp"] path = vendor/secp256k1-zkp - url = https://github.com/ElementsProject/secp256k1-zkp.git + url = https://github.com/cryptonomex/secp256k1-zkp.git [submodule "vendor/websocketpp"] path = vendor/websocketpp url = https://github.com/zaphoyd/websocketpp.git