Browse Source

set MaxTxs to 10000 (the same that was used in the config before)

pull/1824/head
Anton Kaliaev 6 years ago
parent
commit
2d98899b9b
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/params.go

+ 1
- 1
types/params.go View File

@ -57,7 +57,7 @@ func DefaultConsensusParams() *ConsensusParams {
func DefaultBlockSize() BlockSize {
return BlockSize{
MaxBytes: 22020096, // 21MB
MaxTxs: 100000,
MaxTxs: 10000,
MaxGas: -1,
}
}


Loading…
Cancel
Save