diff options
Diffstat (limited to 'src/v1.erl')
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ end; _ -> html("get-sth-consistency: bad input:", Input) end, - deliver(SessionID, (R)). + deliver(SessionID, R). 'get-proof-by-hash'(SessionID, _Env, _Input) -> niy(SessionID). 'get-entries'(SessionID, _Env, Input) -> |