decred / dcrwallet

A secure Decred wallet daemon written in Go (golang).
https://decred.org
ISC License
216 stars 155 forks source link

Fix grpc log prefix stripping #2313

Closed jrick closed 10 months ago

jrick commented 10 months ago

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.