Skip to content

Commit

Permalink
Use overloaded lists
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
palas and carbolymer authored Jan 7, 2025
1 parent c9d390f commit f658862
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ prop_balance_transaction_two_ways = H.propertyOnce $ do
Api.LedgerEpochInfo $ Slotting.fixedEpochInfo (Slotting.EpochSize 100) (Slotting.mkSlotLength 1000)
let utxoToUse =
Api.UTxO
( fromList
[
( srcTxId
, Api.TxOut
Expand All @@ -158,7 +157,7 @@ prop_balance_transaction_two_ways = H.propertyOnce $ do
Script.ReferenceScriptNone
)
]
)

Api.BalancedTxBody
_txBodyContent3
_txBody3
Expand Down

0 comments on commit f658862

Please sign in to comment.