Skip to content
New issue

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

Change backend name: mmb is wrong #44 #45

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

4TT1L4
Copy link
Contributor

@4TT1L4 4TT1L4 commented Apr 19, 2024

Summary

Updated the backend name, since mmb is clearly wrong.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

@4TT1L4 4TT1L4 requested a review from a team as a code owner April 19, 2024 13:28
@@ -268,7 +268,7 @@ mainServer = geniusYieldServer
handleSettings ∷ Ctx → IO Settings
handleSettings ctx@Ctx {..} = do
logInfo ctx "Settings requested."
pure $ Settings {settingsNetwork = ctxNetworkId & customShowNetworkId, settingsVersion = showVersion PackageInfo.version, settingsRevision = gitHash, settingsBackend = "mmb", settingsAddress = fmap (addressToBech32 . Strict.snd) ctxSigningKey, settingsStakeAddress = ctxStakeAddress, settingsCollateral = ctxCollateral}
pure $ Settings {settingsNetwork = ctxNetworkId & customShowNetworkId, settingsVersion = showVersion PackageInfo.version, settingsRevision = gitHash, settingsBackend = "genius-server", settingsAddress = fmap (addressToBech32 . Strict.snd) ctxSigningKey, settingsStakeAddress = ctxStakeAddress, settingsCollateral = ctxCollateral}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

genius-yield-api-server is of course also an alternative, but I think we should keep this string rather short.

@sourabhxyz sourabhxyz merged commit 1a3bb14 into main Apr 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants