We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a8e40 commit 9f9a89fCopy full SHA for 9f9a89f
wallet-api/src/WalletAPI/Utxos.hs
@@ -93,7 +93,7 @@ selectUtxos'' logging explorer ustore@UtxoStore{..} pkh strict requiredValue = d
93
let entriesLeft = Explorer.total utxoBatch - (offset + limit)
94
95
if entriesLeft > 0
96
- then pure () -- fetchUtxos (offset + limit) limit
+ then fetchUtxos (offset + limit) limit
97
else pure ()
98
99
extractAssets v = Set.fromList (flattenValue v <&> (\(cs, tn, _) -> (cs, tn)))
0 commit comments