Skip to content

Commit

Permalink
forgot to add bch
Browse files Browse the repository at this point in the history
  • Loading branch information
3022-2 committed Aug 5, 2024
1 parent eec4546 commit 15e2dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/subprocess_method.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def is_crypto_addr(clipboard_text):
return "XRP"
elif re.match(trx_address_pattern, clipboard_text):
return "TRX"
elif re.match(bch_address_pattern, clipboard_text):
return "BCH"
else:
return False
except Exception:
Expand Down

0 comments on commit 15e2dc9

Please sign in to comment.