minor fix

This commit is contained in:
Matthew Fosse 2024-07-15 13:42:35 -07:00
parent 54c5c56bc9
commit c130aa8856

View file

@ -325,6 +325,8 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
}
await _nodeStateSub?.cancel();
await _paymentsSub?.cancel();
await _invoiceSub?.cancel();
await _logStream?.cancel();
}
@action