mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
xrpl.js 2.0 release edits
- Final CDN URLs; remove TODOs - Update sample code in Use Tickets tutorial
This commit is contained in:
@@ -118,7 +118,7 @@ $("#intermission-escrowcreate").click( async function(event) {
|
||||
"Account": address,
|
||||
"Destination": "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh", // Genesis acct
|
||||
"Amount": xrpl.xrpToDrops("0.13"), // Arbitrary amount
|
||||
"FinishAfter": xrpl.ISOTimeToRippleTime(Date()) + 30 // 30 seconds from now
|
||||
"FinishAfter": xrpl.isoTimeToRippleTime(Date()) + 30 // 30 seconds from now
|
||||
})
|
||||
|
||||
complete_step("Intermission")
|
||||
|
||||
Reference in New Issue
Block a user