We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd1ef8 commit 74d5026Copy full SHA for 74d5026
sixty_nuts/types.py
@@ -15,7 +15,7 @@ class ProofDict(TypedDict):
15
amount: int
16
secret: str
17
C: str
18
- mint: str | None # Add mint URL tracking
+ mint: str
19
20
21
class WalletError(Exception):
0 commit comments