various: more standard-format artifact fixes
This commit is contained in:
parent
8aa4f9ecc9
commit
0bba21546f
11 changed files with 58 additions and 66 deletions
test/integration
|
@ -48,7 +48,7 @@ describe('bitcoinjs-lib (advanced)', function () {
|
|||
blockchain.transactions.propagate(txBuilt.toHex(), function (err) {
|
||||
if (err) return done(err)
|
||||
|
||||
// check that the message was propagated
|
||||
// check that the message was propagated
|
||||
blockchain.transactions.get(txBuilt.getId(), function (err, transaction) {
|
||||
if (err) return done(err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue