Remove redundant comment

This commit is contained in:
Dennis Dawson
2022-06-09 10:30:09 -07:00
committed by GitHub
parent f4e87df9c5
commit 1b3fa0509b

View File

@@ -181,7 +181,7 @@ async function createSellOffer() {
document.getElementById('standbyResultField').value = results
```
Compute the Expiration Date, if present. The expiration date represents the number of seconds after the Ripple Epoch that the offer should expire. Start with the current date, add the number of days till expiration, then set the expirationDate variable to the converted date in Ripple time (the number of seconds since the Ripple Epoch).
Compute the Expiration Date, if present. The expiration date represents the number of seconds after the Ripple Epoch that the offer should expire. Start with the current date, add the number of days till expiration, then set the expirationDate variable to the converted date in Ripple time.
```
//------------------------------------- Prepare Expiration Date