mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
braches defaults to 128
This commit is contained in:
parent
bcbaada9b8
commit
9d5317f82a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import (
|
|||
|
||||
const (
|
||||
hasherfunc crypto.Hash = crypto.SHA256 // http://golang.org/pkg/hash/#Hash
|
||||
branches int64 = 4
|
||||
branches int64 = 128
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue