Kava-Labs / ilp-sdk

Stream Interledger payments between Lightning, Ethereum and XRP
Apache License 2.0
29 stars 13 forks source link

Authorize not called for withdrawals if incoming claim is 0 #40

Closed kincaidoneil closed 5 years ago

kincaidoneil commented 5 years ago

withdraw proceeds to immediately request the peer to close there channel without any authorization. It's unclear what the expected behavior behavior should be, since technically the fee is 0, but it goes ahead and withdraws without any authorization.

kincaidoneil commented 5 years ago

Fixed by #42.