Skip to content

Commit

Permalink
Use DeltaUTxO.appends
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Feb 3, 2025
1 parent 8d455e4 commit 9b7be38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ applyBlock
-> UTxO
-> (DeltaUTxO, UTxO, ValueTransferMap)
applyBlock isOurs block u0 =
(DeltaUTxO.concat $ reverse dus, u1, totalValueTransfer)
(DeltaUTxO.appends $ reverse dus, u1, totalValueTransfer)
where
(dus, (u1, totalValueTransfer)) =
mapAccumL' applyTx' (u0, mempty)
Expand Down

0 comments on commit 9b7be38

Please sign in to comment.