Closed alexlmiller closed 1 week ago
Per @jbencin Might be related to needing to doing dirty removal of signer check but needing upgrade stacks.js
[ { "error": "transaction rejected", "reason": "SignatureValidation", "reason_data": { "message": "Signer hash does not equal hash of public key(s): ba7dc246b14a425273907e6948d4dfc690755bf0 != 7c5c0a62d80ef1fe5c1cbc0cb6e3ef74d5a2657e" }, "txid": "8efbaf86db69f3b3800b61dd2d4d88c8736ff0cc9e8f0b24c47e701531af272d" }, { "error": "transaction rejected", "reason": "SignatureValidation", "reason_data": { "message": "Signer hash does not equal hash of public key(s): 251f240dec2207a3784c76567fa26b9c7e4402c7 != b28d2db79d14eba5b57be76e4bb115fd3488883f" }, "txid": "fdbd27ede31d985d41527e64f8c87976ed2d36815ce3ed5a44c08eab235bc84e" }, { "error": "transaction rejected", "reason": "SignatureValidation", "reason_data": { "message": "Signer hash does not equal hash of public key(s): 8ed5869f7c65ba3a1f7569a2f7526b216004ca4e != b527aa92bd621e2beb295add59e2f2ae10fbfb81" }, "txid": "b5d334e259b9bd827b9b05f9a8773945eb7db05639438bddf5b5c88f1149ec74" } ]
I think this is just an issue with trying to hack in order-independent multisig without using the correct hashMode. I'm closing for now, re-open if you see it again
hashMode
Per @jbencin Might be related to needing to doing dirty removal of signer check but needing upgrade stacks.js