mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-09 01:19:05 +00:00
parent
3efc373e8a
commit
35c09a2d37
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…
Reference in a new issue