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 @@ -638,6 +638,7 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
638
638
Store : staticAddressLoopInStore ,
639
639
WalletKit : d .lnd .WalletKit ,
640
640
ChainNotifier : d .lnd .ChainNotifier ,
641
+ NotificationManager : notificationManager ,
641
642
ChainParams : d .lnd .ChainParams ,
642
643
Signer : d .lnd .Signer ,
643
644
ValidateLoopInContract : loop .ValidateLoopInContract ,
Original file line number Diff line number Diff line change @@ -1796,14 +1796,11 @@ func toClientStaticAddressLoopInState(
1796
1796
case loopin .HtlcTimeoutSwept :
1797
1797
return looprpc .StaticAddressLoopInSwapState_HTLC_STATIC_ADDRESS_TIMEOUT_SWEPT
1798
1798
1799
- case loopin .FetchSignPushSweeplessSweepTx :
1800
- return looprpc .StaticAddressLoopInSwapState_FETCH_SIGN_PUSH_SWEEPLESS_SWEEP_TX
1801
-
1802
1799
case loopin .Succeeded :
1803
1800
return looprpc .StaticAddressLoopInSwapState_SUCCEEDED
1804
1801
1805
- case loopin .SucceededSweeplessSigFailed :
1806
- return looprpc .StaticAddressLoopInSwapState_SUCCEEDED_SWEEPLESS_SIG_FAILED
1802
+ case loopin .SucceededTransitioningFailed :
1803
+ return looprpc .StaticAddressLoopInSwapState_SUCCEEDED_TRANSITIONING_FAILED
1807
1804
1808
1805
case loopin .UnlockDeposits :
1809
1806
return looprpc .StaticAddressLoopInSwapState_UNLOCK_DEPOSITS
You can’t perform that action at this time.
0 commit comments