forked from cerc-io/ipld-eth-server
Allow users to watch and print summaries for contracts
This commit is contained in:
@@ -3,6 +3,7 @@ package testing
|
||||
import "github.com/8thlight/vulcanizedb/pkg/repositories"
|
||||
|
||||
func ClearData(postgres repositories.Postgres) {
|
||||
postgres.Db.MustExec("DELETE FROM watched_contracts")
|
||||
postgres.Db.MustExec("DELETE FROM transactions")
|
||||
postgres.Db.MustExec("DELETE FROM blocks")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user