Updating to bch-js v4.15.19

This commit is contained in:
Chris Troutner
2021-03-01 08:28:51 -08:00
parent 09f0cb6b6e
commit 1f1e3c781f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"node": ">=10.15.1" "node": ">=10.15.1"
}, },
"dependencies": { "dependencies": {
"@psf/bch-js": "^4.15.18", "@psf/bch-js": "^4.15.19",
"apidoc": "^0.26.0", "apidoc": "^0.26.0",
"axios": "^0.21.1", "axios": "^0.21.1",
"bitcore-lib-cash": "^8.23.1", "bitcore-lib-cash": "^8.23.1",
-1
View File
@@ -2,7 +2,6 @@
const chai = require('chai') const chai = require('chai')
const assert = chai.assert const assert = chai.assert
// const nock = require('nock') // HTTP mocking
const sinon = require('sinon') const sinon = require('sinon')
// Used for debugging. // Used for debugging.