mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 03:41:45 +00:00
Merge pull request #1412 from nspcc-dev/config-gas-6195000
config: follow freegasheight update
This commit is contained in:
commit
4ff5bb361a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue