mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Merge branch 'Bounties-JavaScriptSamples-DesktopWallet' of https://github.com/AlexanderBuzz/xrpl-dev-portal into Bounties-JavaScriptSamples-DesktopWallet
This commit is contained in:
@@ -667,7 +667,7 @@ const { prepareReserve, prepareAccountData, prepareLedgerData} = require('./libr
|
|||||||
const { prepareTxData } = require('./library/4_helpers')
|
const { prepareTxData } = require('./library/4_helpers')
|
||||||
```
|
```
|
||||||
|
|
||||||
3. In the main file, update the listener function subscribed to the `transaction` event by adding the following snippet:
|
3. In `index.js`, update the listener function subscribed to the `transaction` event by adding the following snippet:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Wait for transaction on subscribed account and re-request account data
|
// Wait for transaction on subscribed account and re-request account data
|
||||||
|
|||||||
Reference in New Issue
Block a user