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

Vote transaction should update the votedDelegatesPublicKeys property for account - Closes #1128 #1129

Closed pablitovicente closed 5 years ago

pablitovicente commented 5 years ago

What was the problem?

Account Votes where being stored in the votes property

How did I fix it?

Changed the votes property to votedDelegatesPublicKeys

How to test it?

Build should be green

Review checklist