forked from TrueCloudLab/neoneo-go
config: update FreeGas values
Based on neo-project/neo-node#656 changes.
This commit is contained in:
parent
0ef65d1bb9
commit
c4d287f326
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ ProtocolConfiguration:
|
||||||
RegisterTransaction: 10000
|
RegisterTransaction: 10000
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
FreeGasLimit: {0: 10.0, 6200000: 50.0}
|
FreeGasLimit: {0: 10.0, 6216000: 50.0}
|
||||||
MaxTransactionsPerBlock: 500
|
MaxTransactionsPerBlock: 500
|
||||||
MaxFreeTransactionsPerBlock: 20
|
MaxFreeTransactionsPerBlock: 20
|
||||||
MaxFreeTransactionSize: 1024
|
MaxFreeTransactionSize: 1024
|
||||||
|
|
|
@ -32,7 +32,7 @@ ProtocolConfiguration:
|
||||||
RegisterTransaction: 100
|
RegisterTransaction: 100
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
FreeGasLimit: {0: 10.0, 4818000: 50.0}
|
FreeGasLimit: {0: 10.0, 5220000: 50.0}
|
||||||
MaxTransactionsPerBlock: 500
|
MaxTransactionsPerBlock: 500
|
||||||
MaxFreeTransactionsPerBlock: 20
|
MaxFreeTransactionsPerBlock: 20
|
||||||
MaxFreeTransactionSize: 1024
|
MaxFreeTransactionSize: 1024
|
||||||
|
|
Loading…
Reference in a new issue