mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-09 23:27:16 +00:00
Merge pull request #1402 from nspcc-dev/testnet-free-gas-update
config: update free GAS height again
This commit is contained in:
commit
08782e265b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue