mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Add value
back to Proof
.
This commit is contained in:
@ -4,6 +4,7 @@ syntax = "proto3";
|
||||
message ProofProto {
|
||||
bytes root_hash = 1;
|
||||
LemmaProto lemma = 2;
|
||||
bytes value = 3;
|
||||
}
|
||||
|
||||
message LemmaProto {
|
||||
|
Reference in New Issue
Block a user