PR should complete the flow for a Alice-Irene-Bob HTLC payment.
[x] add an unlockHTLC method on the base class (inspect preimage, find a match, remove it, adjust balances, create and sign new state)
[x] add a listener that triggers Bob to unlock on receipt of his HTLC
[x] have Irene unlock her HTLC from Alice after Bob runs the unlock protocol in Irene:Bob
closes #74
PR suffers from some duplication due to the way that the handlers are attached to client message services. Could be fixed with a refactor, but maybe higher immediate priority is to prove out the payment lifecycle via UI integration?
PR should complete the flow for a Alice-Irene-Bob HTLC payment.
closes #74
PR suffers from some duplication due to the way that the handlers are attached to client message services. Could be fixed with a refactor, but maybe higher immediate priority is to prove out the payment lifecycle via UI integration?