fix: revert BTC wallet automatic creation
This commit is contained in:
parent
46484957e7
commit
063b9b1dbe
2 changed files with 4 additions and 22 deletions
|
|
@ -23,6 +23,8 @@ 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-23.0/bitcoin-23.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-23.0/bin'
|
||||
},
|
||||
|
|
@ -54,7 +56,7 @@ const BINARIES = {
|
|||
}
|
||||
}
|
||||
|
||||
const coinsUpdateDependent = []
|
||||
const coinsUpdateDependent = ['BTC']
|
||||
|
||||
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