interledgerjs / ilp-connector

Reference implementation of an Interledger connector.
Other
133 stars 59 forks source link

Cannot fund connector while it's running #312

Open michielbdejong opened 7 years ago

michielbdejong commented 7 years ago

When I send money from admin to the connector account, I see this in the log:

2017-02-20T10:45:55.625Z ilp-plugin-bells:translate debug notify transfer prepared https://ilp-kit.michielbdejong.com/ledger/transfers/85f47e2f-83d0-4fe6-b3d2-848f08b56e43
2017-02-20T10:45:55.658Z connector:payments debug cannot process transfer addressed to destination which starts with my address destination=lu.eur.michiel.micmic.~ipr._JyyHHWx_vw.57c469ba-a955-49f0-8512-465efb28cf0a me=lu.eur.michiel.micmic
2017-02-20T10:45:55.659Z connector:payments debug rejecting incoming transfer id=85f47e2f-83d0-4fe6-b3d2-848f08b56e43 reason=transfer addressed to me
2017-02-20T10:45:55.843Z ilp-plugin-bells:translate debug notify transfer rejected https://ilp-kit.michielbdejong.com/ledger/transfers/85f47e2f-83d0-4fe6-b3d2-848f08b56e43

and in my ilp-kit UI (logged in as admin) I see 'Something went wrong'

Workaround: Take your connector offline, fund it, bring it back up.

michielbdejong commented 7 years ago

(this is on version 13, by the way)

dappelt commented 7 years ago

Looks like this commit introduced the functionality leading to the error you are getting.

cc @justmoon