Add value back to Proof.

This commit is contained in:
Romain Ruetschi
2016-11-21 22:22:08 +01:00
parent b395f224f5
commit 011c10cd81
6 changed files with 135 additions and 63 deletions

View File

@ -4,6 +4,7 @@ syntax = "proto3";
message ProofProto {
bytes root_hash = 1;
LemmaProto lemma = 2;
bytes value = 3;
}
message LemmaProto {