Open benthecarman opened 10 months ago
This seems standard in most wallet libraries nowadays to give users the option to allow for dust if they know what they are doing.
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?
OP_RETURN
This seems standard in most wallet libraries nowadays to give users the option to allow for dust if they know what they are doing.