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

When adding transaction, the transaction pool should return the name of the queue along with the status - Closes #1166 #1167

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

When adding transaction, the transaction pool did not return the name of the queue the transaction was being added to.

How did I fix it?

Added the queue name with the function response.

How to test it?

Run tests.

Review checklist