Missing method get_limit for for an asymetric trustline without paymentChannelBackend
dappelt opened this issue · 1 comments
dappelt commented
Method get_limit
is only added if the plugin is stateful and has a payment channel, see: https://github.com/interledgerjs/ilp-plugin-payment-channel-framework/blob/master/src/lib/plugin.js#L98
get_limit
should also be added if the plugin is stateful, but does not have a payment channel.
dappelt commented
Same with method get_balance
.