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 the invalid filter for fetching dapp account in InTransfer Transaction #1225

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

The filter provided for fetching dapp creator was invalid.

How did I fix it?

Fixed the property name used in the filter.

How to test it?

Run the tests.

Review checklist