Skip to content

Commit 74d5026

Browse files
committed
stricter typing
1 parent 0cd1ef8 commit 74d5026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sixty_nuts/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProofDict(TypedDict):
1515
amount: int
1616
secret: str
1717
C: str
18-
mint: str | None # Add mint URL tracking
18+
mint: str
1919

2020

2121
class WalletError(Exception):

0 commit comments

Comments
 (0)