Skip to content

Commit

Permalink
Update cashu/mint/ledger.py
Browse files Browse the repository at this point in the history
Co-authored-by: Angus Pearson <[email protected]>
  • Loading branch information
dni and AngusP authored Jul 28, 2023
1 parent 4b15e20 commit 7cc4b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/mint/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ async def melt(
f"status: {status}, preimage: {preimage}, fee_msat: {fee_msat}"
)

if status is True:
if status:
logger.trace("invalidating proofs")
await self._invalidate_proofs(proofs)
logger.trace("invalidated proofs")
Expand Down

0 comments on commit 7cc4b76

Please sign in to comment.