#[0] damus is checking if the description hash matches the description and your zapper is messing up the description order. this also means that nostur is not checking that
Discussion
Ah okay thanks for letting me know. Been using amethyst and iris so they must not be checking either. Will fix
That is in the nip so my oversight
// vec![zap_request_info.zap_request.as_json()],
vec![invoice.description],
I think this change is enough to make it work
Yes testing that now. I'll zap this note can you see it in damus?
no
I had issues with this as well, it was the deschashonly flag on CLN I was missing.
I'm using clnurl whitch does set that to true. Good to know though