diff --git a/install-cmake.sh b/install-cmake.sh index 6a1fd80..8b76d58 100755 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -41,7 +41,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master" diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 96c6783..fe29d56 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -42,7 +42,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master" diff --git a/install.sh b/install.sh index 36ed087..fa48821 100755 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master"