Skip to content

Commit 9f9a89f

Browse files
committed
wip
1 parent 74a8e40 commit 9f9a89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet-api/src/WalletAPI/Utxos.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ selectUtxos'' logging explorer ustore@UtxoStore{..} pkh strict requiredValue = d
9393
let entriesLeft = Explorer.total utxoBatch - (offset + limit)
9494

9595
if entriesLeft > 0
96-
then pure () -- fetchUtxos (offset + limit) limit
96+
then fetchUtxos (offset + limit) limit
9797
else pure ()
9898

9999
extractAssets v = Set.fromList (flattenValue v <&> (\(cs, tn, _) -> (cs, tn)))

0 commit comments

Comments
 (0)