diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-20 12:31:32 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-20 12:31:32 +0200 |
commit | 61a29feb448b7edc164bb15b9e913ec1f2333b07 (patch) | |
tree | 64452ab25231a8e47be97e538e737c010e59e74f /src | |
parent | 421aed8f975848ee582e1dda0fb7b49197a5ffb7 (diff) |
Set protocol version to 0, i.e. v1.
Diffstat (limited to 'src')
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ get_roots/3, get_entry_and_proof/3]). -export([hello/3]). -include("$CTROOT/plop/include/plop.hrl"). --define(PROTOCOL_VERSION, 1). +-define(PROTOCOL_VERSION, 0). %% Public functions. add_chain(SessionID, _Env, Input) -> |