This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
Multisignature registration transaction always fails with error: 'Account is not a multisignature' #1122
Labels
Milestone
Expected behavior
For the multisignature registration transaction, the transaction asset contains signatures property and they should be verified against the keysgroup present in the transaction asset.
Actual behavior
The transaction fails because BaseTransaction tries to verify signatures against the sender. Since sender is not a multisignature account, it fails with 'Account is not a multisignature account'.
Which version(s) does this affect? (Environment, OS, etc...)
2.1.0-alpha.1
The text was updated successfully, but these errors were encountered: