We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c50b5 commit ab9a058Copy full SHA for ab9a058
zetaclient/context/feature_flags.go
@@ -17,7 +17,7 @@ func EnableMultipleCallsFeatureFlag(ctx context.Context) bool {
17
return app.Config().FeatureFlags.EnableMultipleCalls
18
}
19
20
-// EnableSolanaAddressLookupTable returns true if EnableSolanaAddressLookupTable feature flag is enabled
+// EnableSolanaAddressLookupTableFeatureFlag returns true if EnableSolanaAddressLookupTable feature flag is enabled
21
func EnableSolanaAddressLookupTableFeatureFlag(ctx context.Context) bool {
22
app, err := FromContext(ctx)
23
if err != nil {
0 commit comments