Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
lollerfirst committed Jan 9, 2025
1 parent dbcf268 commit 84680da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cashu/lightning/lndrest.py
Original file line number Diff line number Diff line change
@@ -260,7 +260,6 @@ async def pay_partial_invoice(

# add the mpp_record to the last hop
r = None # type: ignore
data = {}
for route_nr in range(len(data["routes"])):
logger.debug(f"Trying to pay partial amount with route number {route_nr+1}")
data["routes"][route_nr]["hops"][-1].update(mpp_record)

0 comments on commit 84680da

Please sign in to comment.