mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bddff1f9bd | ||
|
|
c927763849 |
@@ -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')
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user