1
0

(minor) fix mutable default value

This commit is contained in:
ThomasV
2021-03-22 11:50:01 +01:00
parent aa1fcc784e
commit f8804b29c9

View File

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