payments: rename p2data to embed
This commit is contained in:
parent
44c13665c8
commit
de90fea0ac
6 changed files with 63 additions and 63 deletions
test
|
@ -3,7 +3,7 @@
|
|||
const assert = require('assert')
|
||||
const u = require('./payments.utils')
|
||||
|
||||
;['p2data', 'p2ms', 'p2pk', 'p2pkh', 'p2sh', 'p2wpkh', 'p2wsh'].forEach(function (p) {
|
||||
;['embed', 'p2ms', 'p2pk', 'p2pkh', 'p2sh', 'p2wpkh', 'p2wsh'].forEach(function (p) {
|
||||
describe(p, function () {
|
||||
const fn = require('../src/payments/' + p)
|
||||
const fixtures = require('./fixtures/' + p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue