removed restart of havenod on account delete or restore

This commit is contained in:
duriancrepe 2022-06-05 21:45:11 -07:00 committed by woodser
parent 173bb4a807
commit 3465eb5ce6
2 changed files with 10 additions and 11 deletions

View file

@ -356,7 +356,7 @@ export default class HavenoClient {
}
/**
* Permanently delete the Haveno account and shutdown the server. // TODO: possible to not shutdown server?
* Permanently delete the Haveno account.
*/
async deleteAccount(): Promise<void> {
try {