pokt-network / wallet

A simple web wallet to handle your Pocket Network accounts.
wallet-three-orpin.vercel.app
MIT License
8 stars 14 forks source link

Add transaction checker for new wallets #338

Open nodiesBlade opened 2 years ago

nodiesBlade commented 2 years ago

Is your feature request related to a problem? Please describe.

Users can have one off character inputs as seen here. If truly a mistake, They sent funds to an address that no one has a private key for.

Describe the solution you'd like We can have an additional check to query the address for any transactions and check if the address has received funds in the past. If not, then it can provide a warning. This can help with accident that occurred above

Additional context This adds an additional overhead for people sending POKT to new nodes. I don't think it will be an issue since 15,000 POKT is nothing to scoff at, and you should set up automated systems for sending to new nodes if you run at such a scale.