Merge pull request #1402 from nspcc-dev/testnet-free-gas-update

config: update free GAS height again
This commit is contained in:
Roman Khimov 2020-09-15 19:01:48 +03:00 committed by GitHub
commit 08782e265b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ ProtocolConfiguration:
RegisterTransaction: 100 RegisterTransaction: 100
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: false VerifyTransactions: false
FreeGasLimit: {0: 10.0, 5220000: 50.0} FreeGasLimit: {0: 10.0, 4840000: 50.0}
MaxTransactionsPerBlock: {0: 500, 5220000: 200} MaxTransactionsPerBlock: {0: 500, 4840000: 200}
MaxFreeTransactionsPerBlock: {0: 20, 5220000: 199} MaxFreeTransactionsPerBlock: {0: 20, 4840000: 199}
MaxFreeTransactionSize: 1024 MaxFreeTransactionSize: 1024
MinimumNetworkFee: 0 MinimumNetworkFee: 0
FeePerExtraByte: 0.00001 FeePerExtraByte: 0.00001