Skip to content

Commit

Permalink
fix: add go option in proto to be able to import pb.Proof (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs authored Jul 24, 2023
1 parent 9d22de9 commit 3311036
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pb/proof.pb.go

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

2 changes: 2 additions & 0 deletions pb/proof.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax="proto3";

package proof.pb;

option go_package = "github.com/celestiaorg/nmt/pb";

message Proof {
// Start index of the leaves that match the queried namespace.ID.
int64 start = 1;
Expand Down

0 comments on commit 3311036

Please sign in to comment.