vl: expiration in Ripple time

This commit is contained in:
mDuo13
2020-05-08 11:49:43 -07:00
parent d53b669bc3
commit f1c1f07166

View File

@@ -45,7 +45,7 @@ If you decode the `blob` from base64, the result is a JSON object with the follo
| `Field` | Value | Description |
|:-------------|:-------|:-----------------------------------------------------|
| `sequence` | Number | Unique sequence number for this list. A larger sequence number indicates a newer list; only the newest list is valid at a time. |
| `expiration` | Number | The time this list expires, in ***TODO: ripple time? unix time?*** |
| `expiration` | Number | The time this list expires, in [seconds since the Ripple Epoch][]. |
| `validators | Array | A list of recommended validators. |
Each member of the `validators` array has the following fields: