Multisig transaction signing order #1487
Labels
bug
Unwanted or unintended logic causing harm
discussion
Under consideration and/or debate
docs
Impacts docs or requires updated documentation
icebox
Describe the bug
I don't know if it's even possible, but when I try to sign a multisig transaction starting from the third address (out of 3 public keys) it gives an error "Signer hash does not equal hash of public key(s): ba3f7c941ce749ba14f2a7c24d067948858ba16d != 0f8b02bbaa17b8df1eaede6102baef275a726914"
Tried the following workarounds from this issue, but seems like it is only possible to sign a multisig transaction starting from lower index to a higher one from the initial public keys array - like (0, 1), (1, 2) (0, 2), but not (2, 1). So when the last owner, for example, wants to initiate a multisig transaction, he can't do it anyhow, as well as if the second owner initiates the transaction - the first one won't be able to confirm it after that
How to reproduce
Expected behavior
It should be possible to initiate a signature from whatever owner
The text was updated successfully, but these errors were encountered: