Merge pull request #215 from Permissionless-Software-Foundation/ct-unstable

Fixing integration test
This commit is contained in:
Chris Troutner
2022-01-31 21:22:25 -08:00
committed by GitHub
@@ -5,8 +5,8 @@
const assert = require('chai').assert
const BCHJS = require('../../../../src/bch-js')
// const bchjs = new BCHJS()
const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' })
const bchjs = new BCHJS()
// const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' })
describe('#UTXO', () => {
beforeEach(async () => {