This commit is contained in:
Chris Troutner
2021-02-13 14:38:37 -08:00
parent e8582fd0ab
commit 32f89346c3
+1 -1
View File
@@ -289,7 +289,7 @@ class UTXO {
throw new Error('utxos input to findBiggestUtxo() must be an array')
}
for (var i = 0; i < utxos.length; i++) {
for (let i = 0; i < utxos.length; i++) {
const thisUtxo = utxos[i]
// Give Elecrumx utxos a satoshis property.