mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22: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
|
||||
|
||||
// tracer is the tool to track the trie changes.
|
||||
// It will be reset after each commit operation.
|
||||
tracer *tracer
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue