Skip to content

Commit

Permalink
Merge pull request #293 from YusukeShimizu/AwaitFeeInvoice_recover
Browse files Browse the repository at this point in the history
swap: add a recovery process for AwaitFeeInvoice
  • Loading branch information
grubles authored Apr 8, 2024
2 parents ea032c5 + 60e5a3e commit dd9e842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swap/swap_out_receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ func getSwapOutReceiverStates() States {
Events: Events{
Event_OnFeeInvoicePaid: State_SwapOutReceiver_BroadcastOpeningTx,
Event_OnCancelReceived: State_SwapCanceled,
Event_ActionFailed: State_SendCancel,
},
FailOnrecover: true,
},
State_SwapOutReceiver_BroadcastOpeningTx: {
Action: &CreateAndBroadcastOpeningTransaction{},
Expand Down

0 comments on commit dd9e842

Please sign in to comment.