mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 04:21:20 +00:00
parent
dc740cdf9d
commit
0a69d98d25
@ -207,11 +207,6 @@ func (c *Collector) Load(db kv.RwTx, toBucket string, loadFunc LoadFunc, args Tr
|
||||
}
|
||||
return nil
|
||||
}
|
||||
if bucket == "PlainState" {
|
||||
if len(v) == 0 {
|
||||
fmt.Printf("etl load: empty val: %x, %x, %d, %t\n", k, v, c.bufType, v == nil)
|
||||
}
|
||||
}
|
||||
if canUseAppend {
|
||||
if isDupSort {
|
||||
if err := cursor.(kv.RwCursorDupSort).AppendDup(k, v); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user