Browse Source

tests/integration: s/message/transaction

hk-custom-address
Daniel Cousens 9 years ago
parent
commit
b5d1b4a0da
  1. 4
      test/integration/advanced.js

4
test/integration/advanced.js

@ -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…
Cancel
Save