Browse Source

(minor) fix mutable default value

patch-4
ThomasV 4 years ago
parent
commit
f8804b29c9
  1. 2
      electrum/lnworker.py

2
electrum/lnworker.py

@ -1569,7 +1569,7 @@ class LNWallet(LNWorker):
min_cltv_expiry: int, min_cltv_expiry: int,
r_tags, r_tags,
invoice_features: int, invoice_features: int,
channels = [], channels: List[Channel],
full_path: Optional[LNPaymentPath]) -> Tuple[LNPaymentRoute, int]: full_path: Optional[LNPaymentPath]) -> Tuple[LNPaymentRoute, int]:
scid_to_my_channels = { scid_to_my_channels = {

Loading…
Cancel
Save