Skip to content

Commit

Permalink
Reduce number of rewardWallet mnemonics from 30 to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed May 22, 2024
1 parent c547677 commit ffa6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/local-cluster/lib/Cardano/Wallet/Faucet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ preregKeyWallet tag = do

rewardWalletMnemonicRange :: MnemonicRange
rewardWalletMnemonicRange =
MnemonicRange 0 30
MnemonicRange 0 25
-- As few as possible; the cardano-wallet integration tests need to call
-- postWallet for each one at the beginning of the tests.

Expand Down

0 comments on commit ffa6545

Please sign in to comment.