Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 11, 2024
1 parent 7403695 commit 42980bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async def load_mint_keysets(self):
continue

logger.warning(
f"Keyset {keyset.id} is base64 and has nex hex counterpart, setting inactive."
f"Keyset {keyset.id} is base64 and has a hex counterpart, setting inactive."
)
keyset.active = False
await update_keyset(keyset=keyset, db=self.db)
Expand Down

0 comments on commit 42980bc

Please sign in to comment.