This commit is contained in:
Ian Norden 2020-03-12 13:59:23 -05:00
parent 823c57384c
commit f814b64543
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {