tests/integration: s/message/transaction
This commit is contained in:
parent
cab3022719
commit
b5d1b4a0da
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ describe('bitcoinjs-lib (advanced)', function () {
|
|||
blockchain.t.transactions.propagate(txBuilt.toHex(), function (err) {
|
||||
if (err) return done(err)
|
||||
|
||||
// check that the message was propagated
|
||||
// check that the transaction was propagated
|
||||
blockchain.t.transactions.get(txBuilt.getId(), function (err, transaction) {
|
||||
if (err) return done(err)
|
||||
|
||||
|
@ -103,7 +103,7 @@ describe('bitcoinjs-lib (advanced)', function () {
|
|||
blockchain.t.transactions.propagate(txBuilt.toHex(), function (err) {
|
||||
if (err) return done(err)
|
||||
|
||||
// check that the message was propagated
|
||||
// check that the transaction was propagated
|
||||
blockchain.t.transactions.get(txBuilt.getId(), function (err, transaction) {
|
||||
if (err) return done(err)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue