Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary code in createBLSKeySetup function
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro committed Mar 1, 2024
1 parent 8d03430 commit 82f994e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ const createBLSKeySetup = () => {
showLoadingAnimation();
hideErrorMessage();
await tauri.invoke("create_bls_key", { walletName: document.querySelectorAll(".each-input-field")[0].value }).then((res) => {
res = getJsonFromText(res);
console.log(res);
if (res.includes("Error")) {
showErrorMessage("Wrong wallet name!");
Expand Down

0 comments on commit 82f994e

Please sign in to comment.