Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Alexander Busse
2023-08-07 11:35:43 +02:00
committed by GitHub
parent a180574297
commit da186bd2d6

View File

@@ -1342,7 +1342,7 @@ One type of check we could make is to verify the domain name associated with an
![Screenshot: Step 8, use domain verification](img/javascript-wallet-8.png)
1. In the `library` folder, add a new file `4_helpers.js`. Then add the following contents to that file:
1. In the `library` folder, add a new file `8_helpers.js`. Then add the following contents to that file:
{{ include_code("_code-samples/build-a-wallet/desktop-js/library/8_helpers.js", language="js") }}