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

Fix grpc log prefix stripping #2313

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Fix grpc log prefix stripping #2313

merged 1 commit into from
Dec 5, 2023

Conversation

jrick
Copy link
Member

@jrick jrick commented Dec 5, 2023

A typing error was preventing stripGrpcPrefixArgs from working as intended. Before, the type check for args[0] to be a string type would always fail, and no prefix stripping occurred.

Fixes #2169.

A typing error was preventing stripGrpcPrefixArgs from working as intended.
Before, the type check for args[0] to be a string type would always fail, and
no prefix stripping occurred.
@jrick jrick merged commit 14a2d7b into decred:master Dec 5, 2023
2 checks passed
@jrick jrick deleted the strip-args branch December 5, 2023 14:27
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.

bug report: pass []any as any in variadic function
2 participants