Page MenuHomePhabricator

[electrum] remove shortcut reference to InvoiceStore in MainWindow
ClosedPublic

Authored by PiRK on Jul 5 2025, 12:01.

Details

Summary

The wallet owns the InvoiceStore, and all the widgets that need to access it have a reference to the wallet, so it is not necessary to use the main_window.invoices indirection

Test Plan

In the receive tab type an amount and click save (this adds an invoice to the store and shows the invoice list. Delete the invoice via the right click context menu in the invoice list.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable