Skip to content

Commit

Permalink
fix: remove wrong proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Jan 23, 2023
1 parent 69ea130 commit 4092cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 776 deletions.
9 changes: 6 additions & 3 deletions massa-grpc/proto/massa.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ message SendOperationsRequest {
}


// message struct // region Endorsement
// region Endorsement
// message struct
message EndorsementInfo {
// string field
string id = 1;
Expand Down Expand Up @@ -154,7 +155,8 @@ message SendOperationsRequest {
}


// message struct // region Operation
// region Operation
// message struct
message OperationInfo {
// string field
string id = 1;
Expand Down Expand Up @@ -299,7 +301,8 @@ message SendOperationsRequest {
}


// message struct // common
// commons
// message struct
message MassaTime {
// int64 field
int64 value = 1;
Expand Down
Loading

0 comments on commit 4092cad

Please sign in to comment.