electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8897360a720381cc03c59af5e3b71477ee85fe86
parent a7c02c770dea8cbb11706ffee8579c402c3768e6
Author: SomberNight <somber.night@protonmail.com>
Date:   Sat, 14 Mar 2020 01:48:31 +0100

travis: change ppa for bitcoind

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -26,7 +26,7 @@ jobs: language: python python: 3.7 install: - - sudo add-apt-repository -y ppa:bitcoin/bitcoin + - sudo add-apt-repository -y ppa:luke-jr/bitcoincore - sudo apt-get -qq update - sudo apt-get install -yq bitcoind - sudo apt-get -y install libsecp256k1-0