Add Account(s) To list needs to trim whitespace for comma-separated account names
For example if you enter, "name1, name2", it calls get_accounts with ["name1", " name2"] and the operation is rejected due to the bad account name.
For example if you enter, "name1, name2", it calls get_accounts with ["name1", " name2"] and the operation is rejected due to the bad account name.