Skip to content

Commit 49f4236

Browse files
rpc: add missing go_package as warning proposed by make rpc
1 parent e514986 commit 49f4236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rpc/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22

33
package walletrpc;
44

5+
option go_package = "github.com/btcsuite/btcwallet/rpc/walletrpc";
6+
57
// VersionService provides version information for the wallet.
68
service VersionService {
79
// Version returns the version of the wallet.

0 commit comments

Comments
 (0)