diff --git a/src/warpy_sync/controller.go b/src/warpy_sync/controller.go index c823ca4..b4da00e 100644 --- a/src/warpy_sync/controller.go +++ b/src/warpy_sync/controller.go @@ -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))