mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
trie: fix lint
This commit is contained in:
parent
150b5b1a03
commit
bc8294019d
1 changed files with 0 additions and 1 deletions
|
|
@ -814,7 +814,6 @@ func testPivotMove(t *testing.T, scheme string, tiny bool) {
|
|||
deleteFn = func(key []byte, tr *Trie, states map[string][]byte) {
|
||||
tr.Delete(key)
|
||||
delete(states, string(key))
|
||||
return
|
||||
}
|
||||
writeFn = func(key []byte, val []byte, tr *Trie, states map[string][]byte) {
|
||||
if val == nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue