Skip to content

Commit a3f1dfc

Browse files
authored
Restore simple hash enum (#31)
AB#9329
1 parent 1d13df7 commit a3f1dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatrails-common-api/assets/v2/assets/enums.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum TrackedStatus {
2222
enum ProofMechanism {
2323
PROOF_MECHANISM_UNSPECIFIED = 0;
2424
RESERVED1 = 1;
25-
RESERVED2 = 2;
25+
SIMPLE_HASH = 2;
2626
MERKLE_LOG = 3;
2727
}
2828

0 commit comments

Comments
 (0)