mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
crank the part size; prioritize data channel
This commit is contained in:
@@ -337,6 +337,7 @@ type Data struct {
|
||||
|
||||
func (data *Data) Hash() []byte {
|
||||
if config.GetBool("disable_data_hash") {
|
||||
// we could use the part_set hash instead
|
||||
data.hash = []byte{}
|
||||
return data.hash
|
||||
}
|
||||
|
Reference in New Issue
Block a user