Skip to content

Commit 2826ccf

Browse files
committed
++
1 parent 8d26cb4 commit 2826ccf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/migration-checker/main.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ func loadZkTrie(zkRoot common.Hash, top, paranoid bool) chan map[string][]byte {
275275
}, func(f func()) {
276276
tempDb := <-trieLoaders
277277
go func() {
278-
defer func() {
279-
trieLoaders <- tempDb
280-
}()
278+
trieLoaders <- tempDb
281279
f()
282280
}()
283281
}, parallelismCutoffDepth, paranoid)

0 commit comments

Comments
 (0)