bug fix
This commit is contained in:
parent
823c57384c
commit
f814b64543
@ -75,7 +75,6 @@ func (c *Cleaner) clean(tx *sqlx.Tx, rng [2]uint64, t shared.DataType) error {
|
||||
default:
|
||||
return fmt.Errorf("btc cleaner unrecognized type: %s", t.String())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *Cleaner) cleanFull(tx *sqlx.Tx, rng [2]uint64) error {
|
||||
|
@ -105,7 +105,6 @@ func (c *Cleaner) clean(tx *sqlx.Tx, rng [2]uint64, t shared.DataType) error {
|
||||
default:
|
||||
return fmt.Errorf("eth cleaner unrecognized type: %s", t.String())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *Cleaner) cleanFull(tx *sqlx.Tx, rng [2]uint64) error {
|
||||
|
Loading…
Reference in New Issue
Block a user