From f8af2bf1f6f4de410713fc7bfb4fe8bcb5e47136 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 5 Feb 2023 15:34:25 +0200 Subject: [PATCH] Fix libsecp256k1 commit ids in docs --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 5e33a07..902312c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -57,7 +57,7 @@ Then build and install a local copy of libsecp256k1 for python-bitcointx: cd deps git clone git@github.com:bitcoin-core/secp256k1 cd secp256k1 - git checkout 0d9540b13ffcd7cd44cc361b8744b93d88aa76ba + git checkout 490022745164b56439688b0fc04f9bd43578e5c3 make clean ./autogen.sh ./configure --prefix JM_ROOT --enable-module-recovery --disable-jni --enable-experimental --enable-module-ecdh --enable-benchmark=no @@ -97,7 +97,7 @@ If you have installed this "full" version of the client, you can use it with the ``` git clone https://github.com/bitcoin-core/secp256k1 cd secp256k1 - git checkout 0d9540b13ffcd7cd44cc361b8744b93d88aa76ba + git checkout 490022745164b56439688b0fc04f9bd43578e5c3 ./autogen.sh ./configure --enable-module-recovery --disable-jni --enable-experimental --enable-module-ecdh --enable-benchmark=no make