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 sender account in case of vote transaction if it is non zero #1215

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

Expected behavior

The schema for vote transactions dictates that amount should equal to zero. But in case of vote exception (present in testnet) where the amount is non-zero, the sender account is deducted with amount + fee.

Actual behavior

The amount is not deducted from the sender account.

Steps to reproduce

Check the behaviour against testnet transaction with ID: 15449731671927352923

Which version(s) does this affect? (Environment, OS, etc...)

release/2.1.0