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 22b99f3 commit b98ac4bCopy full SHA for b98ac4b
cardano-db/test/Test/IO/Cardano/Db/TotalSupply.hs
@@ -76,6 +76,7 @@ initialSupplyTest =
76
, C.txOutInlineDatumId = Nothing
77
, C.txOutReferenceScriptId = Nothing
78
, C.txOutConsumedByTxId = Nothing
79
+ , C.txOutMaTxOut = Nothing
80
}
81
supply1 <- queryTotalSupply TxOutCore
82
assertBool ("Total supply should be < " ++ show supply0) (supply1 < supply0)
cardano-db/test/Test/IO/Cardano/Db/Util.hs
@@ -113,4 +113,5 @@ mkTxOutCore blkId txId =
113
, C.txOutStakeAddressId = Nothing
114
, C.txOutTxId = txId
115
, C.txOutValue = DbLovelace 1000000000
116
117
0 commit comments