Fix compiler errors, tests, and scripts
This commit is contained in:
parent
e855bde3b3
commit
d684a6b2ef
60 changed files with 145 additions and 57 deletions
test
|
@ -4,7 +4,7 @@ const u = require('./payments.utils')
|
|||
|
||||
;['embed', 'p2ms', 'p2pk', 'p2pkh', 'p2sh', 'p2wpkh', 'p2wsh'].forEach(function (p) {
|
||||
describe(p, function () {
|
||||
const fn = require('../src/payments/' + p)
|
||||
const fn = require('../dist/src/payments/' + p)
|
||||
const fixtures = require('./fixtures/' + p)
|
||||
|
||||
fixtures.valid.forEach(function (f, i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue