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

Expose function for adding pending transaction in transaction pool #1168

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

The transaction pool did not expose any function for adding pending transactions.

How did I fix it?

I implemented functionality for adding transactions to the pending queue.

How to test it?

Run tests.

Review checklist