Skip to content

Commit 8112bc6

Browse files
authored
Update README.md
1 parent b022029 commit 8112bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ quick_check = check("DQE1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa")
115115
print(f"valid() → {is_valid_addr}")
116116
print(f"coin_type() → {detected_coin}") # ltc
117117
print(f"check() → {quick_check.coin}") # doge
118-
118+
```
119119
### Bulk Wallet Generation
120120

121121
Generate multiple wallets efficiently:
@@ -212,7 +212,7 @@ print(wallet.to_dict()) # Convert to dictionary
212212
# Validation returns structured results
213213
result = check("address") # Returns ValidationResult dataclass
214214
print(result.valid, result.coin, result.addr_type)
215-
215+
```
216216
## Bulk Generation
217217

218218
### Bulk Generation

0 commit comments

Comments
 (0)