signum-network / signum-xt-wallet

Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser.
MIT License
14 stars 6 forks source link

Remove automatic Hex detection on message form field #50

Closed ohager closed 2 years ago

ohager commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the wallet detects if a message starts with legitimate hexadecimal characters [0-9a-z]. Since exchanges like Bittrex or Vayamos memos to be sent with a transaction, which are parsed as text messages only, one need to be careful when binary is flagged automatically.

Describe the solution you'd like Remove the automatic detection - a user who needs to send hex format is considered a advanced user and knows what he does.