We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go_package
make rpc
1 parent e514986 commit 49f4236Copy full SHA for 49f4236
rpc/api.proto
@@ -2,6 +2,8 @@ syntax = "proto3";
2
3
package walletrpc;
4
5
+option go_package = "github.com/btcsuite/btcwallet/rpc/walletrpc";
6
+
7
// VersionService provides version information for the wallet.
8
service VersionService {
9
// Version returns the version of the wallet.
0 commit comments