remove unnecessary checking_id from fakewallet

This commit is contained in:
callebtc
2023-04-04 07:35:20 +02:00
committed by dni ⚡
parent 234b508368
commit a8103ba091
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ class Invoice:
secret: Optional[str] = None
route_hints: List[Route] = []
min_final_cltv_expiry: int = 18
checking_id: Optional[str] = None
def decode(pr: str) -> Invoice: