Customizing for bchn

This commit is contained in:
Chris Troutner
2020-11-07 20:21:27 -08:00
parent 00e1840ca2
commit c927763849
+2 -2
View File
@@ -1005,7 +1005,7 @@ describe('#Raw-Transactions', () => {
// Integration test
} else {
assert.hasAllKeys(result, ['error'])
assert.include(result.error, 'bad-txns-inputs-missingorspent')
assert.include(result.error, 'Missing inputs')
}
})
})
@@ -1160,7 +1160,7 @@ describe('#Raw-Transactions', () => {
// Integration test
} else {
assert.hasAllKeys(result, ['error'])
assert.include(result.error, 'bad-txns-inputs-missingorspent')
assert.include(result.error, 'Missing inputs')
}
})
})