mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 04:35:49 +00:00
Fix links in desktop wallet tutorial & update some details
This commit is contained in:
@@ -24,9 +24,10 @@ const createWindow = () => {
|
||||
return appWindow
|
||||
}
|
||||
|
||||
// Step 2 changes - main whenReady function - start
|
||||
/**
|
||||
* This function creates a XRPL client, subscribes to 'ledger' events from the XRPL and broadcasts those by
|
||||
* dispatching the 'update-ledger-data' event which will be picked up by the frontend
|
||||
* Create an XRPL client, subscribe to 'ledger' events, and broadcast those by
|
||||
* dispatching an 'update-ledger-data' event to the frontend
|
||||
*
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
@@ -51,3 +52,4 @@ const main = async () => {
|
||||
}
|
||||
|
||||
app.whenReady().then(main)
|
||||
// Step 2 changes - main whenReady function - end
|
||||
|
||||
Reference in New Issue
Block a user