浏览代码

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

to fit into max block weigth limit
Mokhtar Naamani 3 年之前
父节点
当前提交
c9eacc49c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;