From 04d95be59337d4b975fa44ce820a939ec9fe15af Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:07:30 +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 c87ea2a746..f2e8237eea 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 @@ -667,7 +667,7 @@ const { prepareReserve, prepareAccountData, prepareLedgerData} = require('./libr const { prepareTxData } = require('./library/4_helpers') ``` -3. In the main file, update the listener function subscribed to the `transaction` event by adding the following snippet: +3. In `index.js`, update the listener function subscribed to the `transaction` event by adding the following snippet: ```javascript // Wait for transaction on subscribed account and re-request account data