mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
remove viper from blockchain and state
This commit is contained in:
@ -14,7 +14,10 @@ import (
|
||||
"github.com/tendermint/tmlibs/merkle"
|
||||
)
|
||||
|
||||
const MaxBlockSize = 22020096 // 21MB TODO make it configurable
|
||||
const (
|
||||
MaxBlockSize = 22020096 // 21MB TODO make it configurable
|
||||
DefaultPartSetSize = 65536 // 64kB TODO: put part size in parts header?
|
||||
)
|
||||
|
||||
type Block struct {
|
||||
*Header `json:"header"`
|
||||
|
Reference in New Issue
Block a user