Update regtest-client
This commit is contained in:
parent
af8f41a1e5
commit
a3b6cdabb9
3 changed files with 8 additions and 7 deletions
test/integration
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue