We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f9c1d commit de68e4cCopy full SHA for de68e4c
src/validator.ts
@@ -46,7 +46,7 @@ export const validate = async (publicKey: PublicKey, buf: Uint8Array): Promise<v
46
throw errCode(new Error('unrecognized validity type'), ERRORS.ERR_UNRECOGNIZED_VALIDITY)
47
}
48
49
- log('ipns record for %b is valid', record.value)
+ log('ipns record for %s is valid', record.value)
50
51
52
export async function ipnsValidator (key: Uint8Array, marshalledData: Uint8Array): Promise<void> {
0 commit comments