ipfs / js-ipns

Utilities for creating, parsing, and validating IPNS records
Other
80 stars 24 forks source link

fix: log type as string #306

Closed achingbrain closed 5 months ago

achingbrain commented 5 months ago

The value field is a string so it needs to be logged as %s - logging as %b will throw.