interledgerjs / ilp-plugin-xrp-asym-client

Client to Asymmetric XRP Paychan
4 stars 3 forks source link

Why sendTransfer() ? #9

Open dappelt opened 6 years ago

dappelt commented 6 years ago

Why is there sendTransfer()? It's a no op, not defined in the LPIv2, it does not overwrite any existing function ... so why is it there?

sharafian commented 6 years ago

An old version of ilp-compat-plugin checked for its existence before it checked whether or not the plugin was LPI2. A no-op sendTransfer was the fastest workaround. It can be removed now that ilp-compat-plugin is fixed.