Update regtest-client

This commit is contained in:
junderw 2019-07-25 17:13:36 +09:00
parent af8f41a1e5
commit a3b6cdabb9
No known key found for this signature in database
GPG key ID: B256185D3A971908
3 changed files with 8 additions and 7 deletions
test/integration

View file

@ -1,9 +1,8 @@
const { RegtestUtils } = require('regtest-client')
const bitcoin = require('../..')
const APIPASS = process.env.APIPASS || 'satoshi'
const APIURL = process.env.APIURL || 'https://regtest.bitbank.cc/1'
const regtestUtils = new RegtestUtils(bitcoin, { APIPASS, APIURL })
const regtestUtils = new RegtestUtils({ APIPASS, APIURL })
module.exports = regtestUtils;