diff options
-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) -> |