Skip to content

Commit

Permalink
Merge pull request #7 from maticnetwork/mardizzone/grpc
Browse files Browse the repository at this point in the history
blockNum as string
  • Loading branch information
marcello33 authored Nov 14, 2024
2 parents ffad6e8 + 6744479 commit 230c149
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions bor/bor.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bor/bor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message GetVoteOnHashResponse {
// ---- HEADER BY NUMBER ----

message GetHeaderByNumberRequest {
uint64 number = 1;
string number = 1;
}

message GetHeaderByNumberResponse {
Expand All @@ -59,7 +59,7 @@ message GetHeaderByNumberResponse {
// ---- BLOCK BY NUMBER ----

message GetBlockByNumberRequest {
uint64 number = 1;
string number = 1;
}

message GetBlockByNumberResponse {
Expand Down

0 comments on commit 230c149

Please sign in to comment.