pull down to refresh

Weird, https://v2alpha.nutstash.app/ decodes it successfully and says 'already spent', but https://wallet.cashu.me/ says 'invalid token'. Not sure why that is.
I think @BlokchainB didn't mint the nut in their usual way, but let it get minted by the https://memeamigo.lol/ tool (entered an amout and paid the QR invoice).
58 sats \ 1 reply \ @Scroogey 8 Mar
There is something in that nut which triggers
isTokenPeanut:function(){return this.receiveData.tokensBase64.match(/^.([\uFE00-\uFE0F]|[\uE0100-\uE01EF]+)$/)}
in wallet.cashu.me. It's looking for Chinese (?) unicode in the base64 decoded binary and treats it as "peanut", whatever that is.
A bug, or worse...
This is true I wanted to see if I can track it but I appears I can’t
reply