mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-19 13:17:50 +02:00
loopd: add loop in state InvoiceSettled
This commit is contained in:
parent
a7f4feb9ea
commit
b5d2fb3894
7 changed files with 242 additions and 190 deletions
|
|
@ -265,6 +265,12 @@ enum SwapState {
|
|||
the swap amount.
|
||||
*/
|
||||
FAILED = 4;
|
||||
|
||||
/**
|
||||
INVOICE_SETTLED is reached when the swap invoice in a loop in swap has been
|
||||
paid, but we are still waiting for the htlc spend to confirm.
|
||||
*/
|
||||
INVOICE_SETTLED = 5;
|
||||
}
|
||||
|
||||
message TermsRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue