interledgerjs / ilp-plugin-xrp-asym-client

Client to Asymmetric XRP Paychan
4 stars 3 forks source link

fix: do not throw if last claim is zero #16

Closed sharafian closed 6 years ago

sharafian commented 6 years ago

Won't encode the last claim signature if it matches the channel balance, meaning that a last claim of zero won't cause the plugin to throw.

Closes https://github.com/interledgerjs/moneyd-xrp/issues/22