mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 04:35: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:
@@ -1350,7 +1350,7 @@ const { verify } = require('./library/8_helpers')
|
|||||||
// Step 8 code additions - end
|
// Step 8 code additions - end
|
||||||
```
|
```
|
||||||
|
|
||||||
3. At the end of the callback function `ipcMain.on('send-xrp-action', callback)` add the following event handler:
|
3. After the callback function `ipcMain.on('send-xrp-action', callback)` add the following event handler:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
ipcMain.on('send-xrp-action', (event, paymentData) => {
|
ipcMain.on('send-xrp-action', (event, paymentData) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user