Skip to content

Commit ab9a058

Browse files
vastonuslumtis
authored andcommitted
chore: fix function name in comment (#4364)
Signed-off-by: vastonus <[email protected]>
1 parent e5c50b5 commit ab9a058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zetaclient/context/feature_flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func EnableMultipleCallsFeatureFlag(ctx context.Context) bool {
1717
return app.Config().FeatureFlags.EnableMultipleCalls
1818
}
1919

20-
// EnableSolanaAddressLookupTable returns true if EnableSolanaAddressLookupTable feature flag is enabled
20+
// EnableSolanaAddressLookupTableFeatureFlag returns true if EnableSolanaAddressLookupTable feature flag is enabled
2121
func EnableSolanaAddressLookupTableFeatureFlag(ctx context.Context) bool {
2222
app, err := FromContext(ctx)
2323
if err != nil {

0 commit comments

Comments
 (0)