File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
29
29
CallValueTransferGas uint64 = 9000 // Paid for CALL when the value transfer is non-zero.
30
30
CallNewAccountGas uint64 = 25000 // Paid for CALL when the destination address didn't exist prior.
31
31
TxGas uint64 = 21000 // Per transaction not creating a contract. NOTE: Not payable on data of calls between transactions.
32
- SystemTxsGas uint64 = 100000 // The gas reserved for system txs; only for parlia consensus
32
+ SystemTxsGas uint64 = 500000 // The gas reserved for system txs; only for parlia consensus
33
33
TxGasContractCreation uint64 = 53000 // Per transaction that creates a contract. NOTE: Not payable on data of calls between transactions.
34
34
TxDataZeroGas uint64 = 4 // Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.
35
35
QuadCoeffDiv uint64 = 512 // Divisor for the quadratic particle of the memory cost equation.
You can’t perform that action at this time.
0 commit comments