Open benthecarman opened 10 months ago
You mentioned you need this for OP_RETURN
outputs. But those should already be exempt by the check here.
So I don't really see why this is needed? Or how exactly are you creating the OP_RETURN
outputs?
If the op return output is over the standard 80 byte limit it is considered dust.
Ah yes. So you'd need a non-standard implementation of a chain backend to propagate such an output in the first place...
Yeah I use Libre relay
This seems standard in most wallet libraries nowadays to give users the option to allow for dust if they know what they are doing.