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 d18925e commit dd7b031Copy full SHA for dd7b031
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