From 6aeb02391ff5b9fd32a77dd7f43036be6e6085d4 Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:37:49 +0200 Subject: [PATCH] Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md Co-authored-by: Jackson Mills --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index f5d7dcfdc8..98f211b647 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -285,7 +285,7 @@ window.electronAPI.onUpdateLedgerIndex((_event, value) => { }) ``` -7. To wire up our main application to send the ledger index to the frontend, modify `index.js` by adding the following snippet: +7. To wire up our main application to send the ledger index to the frontend, modify `index.js` by adding the following snippet replacing the last section in the file: ```javascript // Here we have to wait for the application to signal that it is ready