Closed justmoon closed 7 years ago
When receiving a message or transfer from and to the same user, the factory should emit only one event, however, it will currently emit two.
Suggested fix:
Add accounts = uniq(accounts) in factory.js, line 98 where uniq is lodash/uniq.
accounts = uniq(accounts)
uniq
lodash/uniq
This issue currently breaks sending payments to the connector user in ILP Kit.
When receiving a message or transfer from and to the same user, the factory should emit only one event, however, it will currently emit two.
Suggested fix:
Add
accounts = uniq(accounts)
in factory.js, line 98 whereuniq
islodash/uniq
.This issue currently breaks sending payments to the connector user in ILP Kit.