mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-07-23 16:33:16 +00:00
401a767 left a printf-style call on the structured *zap.Logger
(rm.logger.Debug("... %s", resStr)), which does not compile because
resStr is a string, not a zap.Field. Pass it as zap.String instead so
the CamelCase + retrieval-hint (JSON ABI) line builds again. This is the
tip that status-go pins against nim-sds release/v0.3 (v0.3.1-rc.0).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>