diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-03-03 17:09:40 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-03-03 17:09:40 +0100 |
commit | eaea8d10ac9e5d6533cc1348560418b70f791cf3 (patch) | |
tree | c71c7c19391087338316a0334866a60f7e75f72f | |
parent | eaffcf03a1fc423c9dab622de7d93a6a22cc16d2 (diff) |
complete renaming of get-tree endpoints
cf commit a242308c
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ Output on success: - `root_hash`: `tree_head.root_hash`, hex-encoded. - `signature`: log signature for the above tree head, hex-encoded. -### 3.2 - get-tree-head-quickly +### 3.2 - get-tree-head-cosigned Returns a tree head that has been cosigned by at least one witness. The list of cosignatures is updated every time a new cosignature gets added. This endpoint is used by Signers that want _enough cosignatures as fast as possible_. |