Fixed typo in tutorial file reference

This commit is contained in:
AlexanderBuzz
2023-07-13 09:06:25 +02:00
parent 11b26958b3
commit 27de16979e

View File

@@ -660,7 +660,7 @@ At this point, our wallet shows the account's balance getting updated, but doesn
{{ include_code("_code-samples/build-a-wallet/desktop-js/library/4_helpers.js", language="js") }}
2. Now, in `index.html`, require the new helper function at the bottom of the import section like so:
2. Now, in `index.js`, require the new helper function at the bottom of the import section like so:
3.
```javascript
const { prepareReserve, prepareAccountData, prepareLedgerData} = require('./library/3_helpers')