mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Fixed typo in tutorial file reference
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user