Merge pull request #1175 from chaotixkilla/fix-btc-wallet-creation

Fix BTC wallet creation
This commit is contained in:
Rafael Taranto 2022-04-15 16:30:49 +01:00 committed by GitHub
commit 2a2c1fccc8
7 changed files with 91 additions and 34 deletions

View file

@ -23,8 +23,6 @@ module.exports = {
const BINARIES = {
BTC: {
defaultUrl: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz',
defaultDir: 'bitcoin-0.20.1/bin',
url: 'https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-22.0/bin'
},
@ -56,7 +54,7 @@ const BINARIES = {
}
}
const coinsUpdateDependent = ['BTC']
const coinsUpdateDependent = []
function firewall (ports) {
if (!ports || ports.length === 0) throw new Error('No ports supplied')