Skip to content

Commit b98ac4b

Browse files
committed
fix: Compiler warning
1 parent 22b99f3 commit b98ac4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cardano-db/test/Test/IO/Cardano/Db/TotalSupply.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ initialSupplyTest =
7676
, C.txOutInlineDatumId = Nothing
7777
, C.txOutReferenceScriptId = Nothing
7878
, C.txOutConsumedByTxId = Nothing
79+
, C.txOutMaTxOut = Nothing
7980
}
8081
supply1 <- queryTotalSupply TxOutCore
8182
assertBool ("Total supply should be < " ++ show supply0) (supply1 < supply0)

cardano-db/test/Test/IO/Cardano/Db/Util.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ mkTxOutCore blkId txId =
113113
, C.txOutStakeAddressId = Nothing
114114
, C.txOutTxId = txId
115115
, C.txOutValue = DbLovelace 1000000000
116+
, C.txOutMaTxOut = Nothing
116117
}

0 commit comments

Comments
 (0)