remove viper from blockchain and state

This commit is contained in:
Ethan Buchman
2017-04-28 23:50:24 -04:00
parent 56a1a2d917
commit 29c0e6e4f4
4 changed files with 10 additions and 12 deletions

View File

@ -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"`