mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-13 00:05:49 +00:00
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:
@@ -299,7 +299,7 @@ app.whenReady().then(() => {
|
||||
getValidatedLedgerIndex().then((value) => {
|
||||
appWindow.webContents.send('update-ledger-index', value)
|
||||
})
|
||||
// Step 2 code additions - end
|
||||
// Step 1 code additions - end
|
||||
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user