LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Fix bug with processing multisignature transaction from a second signature enabled account - Closes #1163 #1169

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

The signatures from a second signature enabled account for multisignature transaction where not processed correctly.

How did I fix it?

Removed including signature as a part of the transaction bytes during the processing of multi signatures.

Review checklist