From c83cefecc6d89c2d3434aa867febed24bba6b478 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Mon, 21 Sep 2020 12:56:39 +0300 Subject: [PATCH] config: follow freegasheight update See neo-project/neo-node#669. --- config/protocol.mainnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/protocol.mainnet.yml b/config/protocol.mainnet.yml index 0fbb2e7e9..7ab8bb040 100644 --- a/config/protocol.mainnet.yml +++ b/config/protocol.mainnet.yml @@ -32,9 +32,9 @@ ProtocolConfiguration: RegisterTransaction: 10000 VerifyBlocks: true VerifyTransactions: false - FreeGasLimit: {0: 10.0, 6200000: 50.0} - MaxTransactionsPerBlock: {0: 500, 6200000: 200} - MaxFreeTransactionsPerBlock: {0: 20, 6200000: 199} + FreeGasLimit: {0: 10.0, 6195000: 50.0} + MaxTransactionsPerBlock: {0: 500, 6195000: 200} + MaxFreeTransactionsPerBlock: {0: 20, 6195000: 199} MaxFreeTransactionSize: 1024 MinimumNetworkFee: 0 FeePerExtraByte: 0.00001