1
0

windows README: update reference to libsecp256k1-0.dll to incl newer

related: https://github.com/spesmilo/electrum/pull/8185
This commit is contained in:
SomberNight
2023-04-21 16:38:58 +00:00
parent ca3f48d22e
commit 2be71c2dcc
2 changed files with 5 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ task:
- git tag
install_script:
- apt-get update
- apt-get -y install libsecp256k1-0
- apt-get -y install libsecp256k1-dev
- pip install -r $ELECTRUM_REQUIREMENTS_CI
tox_script:
- export PYTHONASYNCIODEBUG
@@ -101,7 +101,7 @@ task:
populate_script: mkdir -p /tmp/bitcoind
install_script:
- apt-get update
- apt-get -y install libsecp256k1-0 curl jq bc
- apt-get -y install libsecp256k1-dev curl jq bc
- pip3 install .[tests]
# install e-x some commits after 1.16.0 tag, where it uses same aiorpcx as electrum
- pip3 install git+https://github.com/spesmilo/electrumx.git@c8d2cc0d5cf9e549a90ca876d85fed9a90b8c4ed