pull down to refresh

Oops! In Knots, the '-permitephemeral' parameter has three options (send, dust, and anchor). If we wanna enable all three, should the file look like this?
-permitephemeral=send -permitephemeral=dust -permitephemeral=anchor
Would be nice if there was a site that broke down every parameter properly.
reply
I think it is like this: -permitephemeral=send,dust,anchor
Relay transaction packages that include ephemeral outputs defined by comma-separated options (prefix each by '-' to force off): "anchor" to allow minimal anyone-can-spend anchors, "send" to allow ordinary output types to be considered ephemeral, and "dust" to allow for dust-amount outputs rather than strictly zero-value (default: %s)", "anchor,-send,-dust"
reply