Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Jul 9, 2024
1 parent 9f06999 commit 66d9091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/ui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
const preparedMessage = msgToSign.prepareMessage();
// no clue why this was needed
// await new Promise((resolve) => setTimeout(resolve, 1000));
await new Promise((resolve) => setTimeout(resolve, 1000));
const signature = await signMessage(config,{
message: preparedMessage,
Expand All @@ -96,6 +96,7 @@
return;
} catch (e) {
console.error(e);
alert(e);
}
}
});
Expand Down

0 comments on commit 66d9091

Please sign in to comment.