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 typo in transaction pool - Closes #1034 #1035

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

AddTransactions event was spelled incorrectly.

How did I fix it?

Fixed the spellings.

How to test it?

Run npm run test

Review checklist