Skip to content

Commit e2602e9

Browse files
committed
Remove obsolete fixme comment
1 parent 592afb9 commit e2602e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Internal/Testnet/Server.purs

-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ spawnCardanoTestnet workdir params = do
306306
params.epochSize
307307
, [ flag "slot-length", show (unwrap params.slotLength) ]
308308
, [ 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
311309
, [ flag "max-lovelace-supply", BigNum.toString BigNum.maxValue ]
312310
]
313311

0 commit comments

Comments
 (0)