Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromel777 committed Jun 13, 2023
1 parent 74a8e40 commit 9f9a89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet-api/src/WalletAPI/Utxos.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ selectUtxos'' logging explorer ustore@UtxoStore{..} pkh strict requiredValue = d
let entriesLeft = Explorer.total utxoBatch - (offset + limit)

if entriesLeft > 0
then pure () -- fetchUtxos (offset + limit) limit
then fetchUtxos (offset + limit) limit
else pure ()

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

0 comments on commit 9f9a89f

Please sign in to comment.