We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dream mode called odo. Example -> https://github.com/taubyte/tau/blob/main/protocols/seer/api_announce.go#L48 We should be fine using devMode instead.
The text was updated successfully, but these errors were encountered:
Hi @samyfodil was going through this codebase , can you elaborate on this issue. Thanks :D
Sorry, something went wrong.
In, https://github.com/taubyte/tau/blob/main/services/seer/api_announce.go#L48
srv.odo==true, means it's not dreamland. should be srv.odo==true also means devMode==false, so we should use that instead and delete odo attribute from https://github.com/taubyte/tau/blob/main/services/seer/type.go#L69
@AayushVinayDev
No branches or pull requests
Dream mode called odo. Example -> https://github.com/taubyte/tau/blob/main/protocols/seer/api_announce.go#L48
We should be fine using devMode instead.
The text was updated successfully, but these errors were encountered: