Compare commits

...
2 Commits
Author SHA1 Message Date
Chris Troutner bddff1f9bd Merge branch 'master' into bchn 2020-11-08 07:31:09 -08:00
Chris Troutner c927763849 Customizing for bchn 2020-11-07 20:21:27 -08:00
+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')
}
})
})