Skip to content

Commit

Permalink
rebuild pb files
Browse files Browse the repository at this point in the history
* regenerated karlsenwalletd.pb.go and karlsenwalletd_grpc.pb.go using protoc-gen-go-grpc `v1.3.0` and protoc `v4.25.3`
* updated go import path to `v2`
  • Loading branch information
Leon1777 committed Oct 3, 2024
1 parent 7cca4f4 commit 9b1a1da
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
10 changes: 5 additions & 5 deletions cmd/karlsenwallet/daemon/pb/karlsenwalletd.pb.go

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

2 changes: 1 addition & 1 deletion cmd/karlsenwallet/daemon/pb/karlsenwalletd.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

option go_package = "github.com/karlsen-network/karlsend/cmd/karlsenwallet/daemon/pb";
option go_package = "github.com/karlsen-network/karlsend/v2/cmd/karlsenwallet/daemon/pb";
package karlsenwalletd;

service karlsenwalletd {
Expand Down
57 changes: 35 additions & 22 deletions cmd/karlsenwallet/daemon/pb/karlsenwalletd_grpc.pb.go

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

0 comments on commit 9b1a1da

Please sign in to comment.