Skip to content

Commit

Permalink
WarpySyncer: ListaDAO integration - remove testers list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeuchi committed Oct 30, 2024
1 parent ab41568 commit b221a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warpy_sync/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func NewController(config *config.Config) (self *Controller, err error) {
}

// to be removed in prod
if config.WarpySyncer.SyncerProtocol == eth.ListaDAO {
if config.WarpySyncer.SyncerProtocol == eth.Venus {
pwd, _ := os.Getwd()
records := files.ReadCsvFile(fmt.Sprintf("%s/src/warpy_sync/files/testers.csv", pwd))

Expand Down

0 comments on commit b221a72

Please sign in to comment.