We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592afb9 commit e2602e9Copy full SHA for e2602e9
src/Internal/Testnet/Server.purs
@@ -306,8 +306,6 @@ spawnCardanoTestnet workdir params = do
306
params.epochSize
307
, [ flag "slot-length", show (unwrap params.slotLength) ]
308
, [ flag "testnet-magic", show params.testnetMagic ]
309
- -- FIXME: max-lovelace-supply option has no effect, should be fixed upstream
310
- -- https://github.com/IntersectMBO/cardano-node/issues/5953
311
, [ flag "max-lovelace-supply", BigNum.toString BigNum.maxValue ]
312
]
313
0 commit comments