mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Another fix
This commit is contained in:
parent
667172907b
commit
d019cf6f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ var (
|
|||
var secureKeyPrefix = []byte("secure-key-")
|
||||
|
||||
// secureKeyLength is the length of the above prefix + 32byte hash.
|
||||
const secureKeyLength = 11 + 32
|
||||
const secureKeyLength = 0
|
||||
|
||||
// Database is an intermediate write layer between the trie data structures and
|
||||
// the disk database. The aim is to accumulate trie writes in-memory and only
|
||||
|
|
|
|||
Loading…
Reference in a new issue