diff --git a/lib/local-cluster/lib/Cardano/Wallet/Faucet.hs b/lib/local-cluster/lib/Cardano/Wallet/Faucet.hs index 4782b065aac..b00708a3c78 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/Faucet.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/Faucet.hs @@ -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.