I found Nos2x extension sometimes will create wrong publicy key??

Reply to this note

Please Login to reply.

Discussion

is this firefox? it's a serialization bug, i get round it with

// workaround for now

if (navigator.userAgent.indexOf("Firefox") > 0) {

publicKey = publicKey.split(/(..)/g).filter(i => i).map(i => String.fromCharCode(parseInt(i, 16))).join('')

}

Yes, FIrefox !

I had switched to ungoogled-chromium though.

nos2x 1.3.2 is now working on firefox, I've removed my workarounds

Thank you for reminder. Updated.

Do you know what does this error mean? When this error, I am unable to publish. I resolve this problem by deleting local data and restart pasting private key dirctly instead of using Nos2x.

Did not publish: TypeError: SchnorrSignature.fromHex: expected 64 bytes, not 128

"Did not publish: TypeError: SchnorrSignature.fromHex: expected 64 bytes, not 128"