config: change configuration changes height for mainnet

See neo-project/neo-node#663.
This commit is contained in:
Roman Khimov 2020-09-15 08:40:11 +03:00
parent 4f7fa732cf
commit 2f436eee4f

View file

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