File tree 1 file changed +2
-2
lines changed
cardano-cli/src/Cardano/CLI/Shelley/Run
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ runGenesisCreateCardano :: GenesisDir
501
501
-> Maybe FilePath
502
502
-> ExceptT ShelleyGenesisCmdError IO ()
503
503
runGenesisCreateCardano (GenesisDir rootdir)
504
- genNumGenesisKeys _genNumUTxOKeys
504
+ genNumGenesisKeys genNumUTxOKeys
505
505
mStart mAmount mSecurity slotLength mSlotCoeff
506
506
network byronGenesisT shelleyGenesisT alonzoGenesisT mNodeCfg = do
507
507
start <- maybe (SystemStart <$> getCurrentTimePlus30) pure mStart
@@ -636,7 +636,7 @@ runGenesisCreateCardano (GenesisDir rootdir)
636
636
(toByronRequiresNetworkMagic network)
637
637
byronBalance = TestnetBalanceOptions
638
638
{ tboRichmen = genNumGenesisKeys
639
- , tboPoors = 1
639
+ , tboPoors = genNumUTxOKeys
640
640
, tboTotalBalance = fromMaybe zeroLovelace $ toByronLovelace (fromMaybe 0 mAmount)
641
641
, tboRichmenShare = 0
642
642
}
You can’t perform that action at this time.
0 commit comments