From 35c09a2d37e3e310006b7cc78c37c05b8280494e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 15 Sep 2020 18:49:20 +0300 Subject: [PATCH] config: update free GAS height again See neo-project/neo-node#665. --- config/protocol.testnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index 427c1f28b..7c5bd4fa6 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -32,9 +32,9 @@ ProtocolConfiguration: RegisterTransaction: 100 VerifyBlocks: true VerifyTransactions: false - FreeGasLimit: {0: 10.0, 5220000: 50.0} - MaxTransactionsPerBlock: {0: 500, 5220000: 200} - MaxFreeTransactionsPerBlock: {0: 20, 5220000: 199} + FreeGasLimit: {0: 10.0, 4840000: 50.0} + MaxTransactionsPerBlock: {0: 500, 4840000: 200} + MaxFreeTransactionsPerBlock: {0: 20, 4840000: 199} MaxFreeTransactionSize: 1024 MinimumNetworkFee: 0 FeePerExtraByte: 0.00001