From 61a29feb448b7edc164bb15b9e913ec1f2333b07 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 20 May 2014 12:31:32 +0200 Subject: Set protocol version to 0, i.e. v1. --- src/v1.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/v1.erl') diff --git a/src/v1.erl b/src/v1.erl index 9f454fc..2814cb6 100644 --- a/src/v1.erl +++ b/src/v1.erl @@ -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) -> -- cgit v1.1