mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update trie.go
This commit is contained in:
parent
55085ed3f9
commit
94ae252fd5
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ type Trie struct {
|
||||||
reader *trieReader
|
reader *trieReader
|
||||||
|
|
||||||
// tracer is the tool to track the trie changes.
|
// tracer is the tool to track the trie changes.
|
||||||
// It will be reset after each commit operation.
|
|
||||||
tracer *tracer
|
tracer *tracer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue