feat(Utxo.get()): Creating infoUtxo category for utxos less than 1000 sats

This commit is contained in:
Chris Troutner
2023-03-31 13:41:37 -07:00
parent 4573c63ca3
commit e700a22560
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -142,7 +142,8 @@ describe('#utxo', () => {
assert.property(result.slpUtxos, 'nft')
assert.property(result, 'nullUtxos')
assert.equal(result.bchUtxos.length, 4)
assert.equal(result.bchUtxos.length, 1)
assert.equal(result.infoUtxos.length, 3)
assert.equal(result.slpUtxos.type1.tokens.length, 1)
assert.equal(result.slpUtxos.type1.mintBatons.length, 1)
assert.equal(result.nullUtxos.length, 0)