You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users might be used to wallet applications that allow to scan a receiver's address to send funds to. Instead of showing a general error message, we can show a dedicated message if we detect that the QR code is in the form 0x... (20 bytes) or ethereurm:0x.. such as:
Ethereum address detected
You need to create a transaction using a software such as MyCrypto or Fether so that Parity Signer can sign it.
The text was updated successfully, but these errors were encountered:
After some research with UOS, and talked with YJ. I think the correct place is in the rawDataToU8A function in #273 , I will implement it after that one is finished.
from #245
Users might be used to wallet applications that allow to scan a receiver's address to send funds to. Instead of showing a general error message, we can show a dedicated message if we detect that the QR code is in the form
0x...
(20 bytes) orethereurm:0x..
such as:The text was updated successfully, but these errors were encountered: