Skip to content

Commit 433ea16

Browse files
committed
further proto tweaks
1 parent d8cb744 commit 433ea16

2 files changed

Lines changed: 20 additions & 32 deletions

File tree

mtca/proto/mtca.pb.go

Lines changed: 19 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mtca/proto/mtca.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ message IssueRequest {
2323
message IssueResponse {
2424
// Next unused field number: 4
2525
string mtcLogID = 1;
26-
int64 mtcSerialNumber = 2;
27-
int64 checkpointSubtreeID = 3;
26+
int64 mtcEntryIndex = 2;
2827
}

0 commit comments

Comments
 (0)