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

Deduct amount from account for exception vote transactions - Closes #1215 #1218

Closed mitsuaki-u closed 5 years ago

mitsuaki-u commented 5 years ago

What was the problem?

For testnet vote transaction exceptions, amount should be deducted from sender account.

How did I fix it?

Validate remains as is and will invalidate vote transactions with amount. Apply will now deduct amount from sender account. Exceptions will bypass validate phase in core.

How to test it?

npm run test

Review checklist