Bladeren bron

pioneer: reduce max batch size in staking payouts from 40 to 30

to fit into max block weigth limit
Mokhtar Naamani 3 jaren geleden
bovenliggende
commit
c9eacc49c7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pioneer/packages/page-staking/src/Payouts/PayButton.tsx

+ 1 - 1
pioneer/packages/page-staking/src/Payouts/PayButton.tsx

@@ -14,7 +14,7 @@ import { useApi, useToggle } from '@polkadot/react-hooks';
 
 import { useTranslation } from '../translate';
 
-const MAX_BATCH_SIZE = 40;
+const MAX_BATCH_SIZE = 30;
 
 interface Props {
   className?: string;