windows README: update reference to libsecp256k1-0.dll to incl newer
related: https://github.com/spesmilo/electrum/pull/8185
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user