Fixing tests that broke in ABC 0.20.2

This commit is contained in:
Chris Troutner
2020-03-20 20:20:49 -07:00
parent ffeffe9afd
commit ac4eb663a7
3 changed files with 5 additions and 4 deletions
+4 -2
View File
@@ -418,7 +418,8 @@ describe('#BlockchainRouter', () => {
'difficulty',
'chainwork',
'previousblockhash',
'nextblockhash'
'nextblockhash',
'nTx'
])
})
})
@@ -594,7 +595,8 @@ describe('#BlockchainRouter', () => {
'difficulty',
'chainwork',
'previousblockhash',
'nextblockhash'
'nextblockhash',
'nTx'
])
})
-1
View File
@@ -152,7 +152,6 @@ describe('#Mining', () => {
'currentblocksize',
'currentblocktx',
'difficulty',
'blockprioritypercentage',
'warnings',
'networkhashps',
'pooledtx',
+1 -1
View File
@@ -411,7 +411,7 @@ describe('#SLP', () => {
]
const result = await validateBulk(req, res)
console.log(`result: ${util.inspect(result)}`)
// console.log(`result: ${util.inspect(result)}`)
assert.isArray(result)
assert.hasAllKeys(result[0], ['txid', 'valid'])