Skip to content

Commit

Permalink
remove coincurve dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Sep 23, 2022
1 parent 374514a commit 08f3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.joinmarket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function installJoinMarket() {
fi
# https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/668#issuecomment-717815719
sudo apt-get install -y build-essential automake pkg-config libffi-dev python3-dev
sudo -u ${user} pip install libtool asn1crypto cffi pycparser coincurve
sudo -u ${user} pip install libtool asn1crypto cffi pycparser
echo "# Installing JoinMarket"

if [ "$install" = "update" ] || [ "$install" = "testPR" ] || [ "$install" = "commit" ]; then
Expand Down

0 comments on commit 08f3b54

Please sign in to comment.