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

Default to pending for multisig registration transaction - Closes #1192 #1193

Closed mitsuaki-u closed 5 years ago

mitsuaki-u commented 5 years ago

What was the problem?

For type 4 multisig registration transaction, status was set to UNKNOWN by default. Since we know it's multisig, it should be set to PENDING instead.

How did I fix it?

Set multisig status to PENDING(2) by default.

How to test it?

npm run test

Review checklist