mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
Merge pull request #215 from Permissionless-Software-Foundation/ct-unstable
Fixing integration test
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
const assert = require('chai').assert
|
const assert = require('chai').assert
|
||||||
|
|
||||||
const BCHJS = require('../../../../src/bch-js')
|
const BCHJS = require('../../../../src/bch-js')
|
||||||
// const bchjs = new BCHJS()
|
const bchjs = new BCHJS()
|
||||||
const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' })
|
// const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' })
|
||||||
|
|
||||||
describe('#UTXO', () => {
|
describe('#UTXO', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user