Heavily armed clown on Nostr: I have the following miniscript descriptor ...
I have the following miniscript descriptor
wsh(thresh(2,pk({A}),s:pk({B}),s:pk({C}),s:pk({D}),s:pk({E}),s:pk({F}),s:pk({G}),sun:after({unix_time})))
The expected behavior is for it to function as a 2 of 7 and decays down to a 1 of 7 after the unix time in the abs timelock is met.
However, even if I put in a unix time that has already passed, for example, 168546671...it still requires me to provide 2 signatures to meet the spending threshold.
What am I doing wrong?
wsh(thresh(2,pk({A}),s:pk({B}),s:pk({C}),s:pk({D}),s:pk({E}),s:pk({F}),s:pk({G}),sun:after({unix_time})))
The expected behavior is for it to function as a 2 of 7 and decays down to a 1 of 7 after the unix time in the abs timelock is met.
However, even if I put in a unix time that has already passed, for example, 168546671...it still requires me to provide 2 signatures to meet the spending threshold.
What am I doing wrong?