interledger-deprecated/ilp-plugin-payment-channel-framework

Missing method get_limit for for an asymetric trustline without paymentChannelBackend

dappelt opened this issue · 1 comments

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.

Same with method get_balance.