This commit is contained in:
Vanessa 2023-03-24 10:01:48 +08:00
parent 7e5058690e
commit 8a73e08acd
5 changed files with 16 additions and 24 deletions

View file

@ -103,7 +103,7 @@ class App {
downloadProgress(data.data);
break;
case "txerr":
transactionError(data);
transactionError();
break;
case "syncing":
processSync(data);