Skip to content

Commit

Permalink
Merge branch 'dshuiski/1599-blockfrost-get-utxo' into dshuiski/balanc…
Browse files Browse the repository at this point in the history
…er-constraints
  • Loading branch information
errfrom committed Jan 9, 2025
2 parents 355e70d + 1d98478 commit a1986f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Service/Blockfrost.purs
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ instance DecodeAeson BlockfrostUtxosOfTransaction where
-> Either JsonDecodeError (Maybe BlockfrostUnspentOutput)
decodeUtxoEntry txHash utxoAeson = do
(consumedByTx :: Maybe String) <- aesonObject
(flip getFieldOptional "consumed_by_tx")
(flip getFieldOptional' "consumed_by_tx")
utxoAeson
case consumedByTx of
Nothing ->
Expand Down

0 comments on commit a1986f1

Please sign in to comment.