MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network

Home Page:https://meile.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for Allowed Characters in Wallet Name

MathNodes opened this issue · comments

A user had an error this week and it was the first I saw. His wallet name contained a quote ' which confused the sentinel-cli. This error will be addressd when we are fully migrated to the SDK. But there should be a check to not allow certain characters in the Wallet NAME:

Image

@Tkd-Alex if you could create a check for special characters in

def restore_wallet_from_seed_phrase(self):

such as ()'"[] etc and create a little label with opacity 0 setting opacity to 1 warning user that special characters are not allowed in wallet_name

spaces are okay.