summaryrefslogtreecommitdiff
path: root/doc/design.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design.txt')
-rw-r--r--doc/design.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design.txt b/doc/design.txt
index 7a76c6a..7b41545 100644
--- a/doc/design.txt
+++ b/doc/design.txt
@@ -81,8 +81,9 @@ Storage node
storage before sending a response.
* When seeing a new STH, moves the variable start to the index of the
first unpublished hash.
-* Has a read API FetchNewEntries() which returns
- NewEntries[start...length(NewEntries)-1].
+* Has two read API entry points; FetchNewEntries() which returns
+ NewEntries[start...length(NewEntries)-1] and GetEntry(Hashes) which
+ returns entries.
Signing node