Merge pull request #1175 from chaotixkilla/fix-btc-wallet-creation
Fix BTC wallet creation
This commit is contained in:
commit
2a2c1fccc8
7 changed files with 91 additions and 34 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue