Pay-to-Open and UX improvements



Summary:

In a recent conversation between t-bast and ZmnSCPxj, they discussed the use of script-path and proposed an alternative approach. The original script-path consists of `OP_SWAP OP_DUP OP_EQUALVERIFY OP_SWAP OP_CHECKSIG`. ZmnSCPxj suggested using `OP_SWAP OP_CHECKSPLITSIG` instead, as it would avoid repeating `R` twice. T-bast argued that since `R` is usually fixed, it would make more sense to propose `OP_CHECKSPLITSIG` be given `OP_EQUALVERIFY`, so that a fixed-`R` single-show signature is just `OP_CHECKSPLITSIG`. The conversation ended with regards from ZmnSCPxj.


Updated on: 2023-06-02T22:24:23.827136+00:00