From c589753318c9481a998c13e9eaf099f047caabf4 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 12 Nov 2019 16:12:04 -0500
Subject: [PATCH] note what we're guaranteeing about the order

---
 docs/source/interface.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/interface.rst b/docs/source/interface.rst
index cabf775..74da5a8 100644
--- a/docs/source/interface.rst
+++ b/docs/source/interface.rst
@@ -54,6 +54,7 @@ The elements of the list are objects like the one returned by issuing a **GET**
 
 This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database.
 Unblinded tokens are returned in ascending text sorted order.
+This order matches the order in which tokens will be used by the system.
 This endpoint accepts several query arguments:
 
   * limit: An integer limiting the number of unblinded tokens to retrieve.
-- 
GitLab