File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -633,6 +633,7 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
633633 Store : staticAddressLoopInStore ,
634634 WalletKit : d .lnd .WalletKit ,
635635 ChainNotifier : d .lnd .ChainNotifier ,
636+ NotificationManager : notificationManager ,
636637 ChainParams : d .lnd .ChainParams ,
637638 Signer : d .lnd .Signer ,
638639 ValidateLoopInContract : loop .ValidateLoopInContract ,
Original file line number Diff line number Diff line change @@ -1796,14 +1796,11 @@ func toClientStaticAddressLoopInState(
17961796 case loopin .HtlcTimeoutSwept :
17971797 return looprpc .StaticAddressLoopInSwapState_HTLC_STATIC_ADDRESS_TIMEOUT_SWEPT
17981798
1799- case loopin .FetchSignPushSweeplessSweepTx :
1800- return looprpc .StaticAddressLoopInSwapState_FETCH_SIGN_PUSH_SWEEPLESS_SWEEP_TX
1801-
18021799 case loopin .Succeeded :
18031800 return looprpc .StaticAddressLoopInSwapState_SUCCEEDED
18041801
1805- case loopin .SucceededSweeplessSigFailed :
1806- return looprpc .StaticAddressLoopInSwapState_SUCCEEDED_SWEEPLESS_SIG_FAILED
1802+ case loopin .SucceededTransitioningFailed :
1803+ return looprpc .StaticAddressLoopInSwapState_SUCCEEDED_TRANSITIONING_FAILED
18071804
18081805 case loopin .UnlockDeposits :
18091806 return looprpc .StaticAddressLoopInSwapState_UNLOCK_DEPOSITS
You can’t perform that action at this time.
0 commit comments