Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ extend-ignore-re = [
# Dash addresses and hex strings contain random character sequences
# that may match typo patterns (e.g., "nce", "Ue", "LAF", "BA")
# These are intentionally excluded as they are valid cryptographic data
".*[XYy][a-zA-Z0-9]{33}.*", # Dash addresses (base58)
".*tb1q[a-z0-9]{58}.*", # Testnet bech32 addresses
"[Xy78DdPp][1-9A-HJ-NP-Za-km-z]{33}", # Dash addresses (base58)
"(tb|bc)1[a-z0-9]{39,87}", # Bitcoin/bech32 addresses (we have some in tests)
"0x[0-9a-fA-F]+", # Hex strings with 0x prefix
'"[0-9a-fA-F]+"', # Quoted hex strings in code
'[0-9a-fA-F]{5,}', # Hex strings (5+ chars to catch "BA70D")
Expand Down