Update kaspawalletd.proto

This commit is contained in:
topianet 2023-12-23 21:29:16 +01:00 committed by GitHub
parent fc4c2d4c19
commit b5c54beef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
syntax = "proto3";
option go_package = "github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/pb";
package kaspawalletd;
option go_package = "github.com/fabbez/topiad/cmd/topiawallet/daemon/pb";
package topiawalletd;
service kaspawalletd {
rpc GetBalance (GetBalanceRequest) returns (GetBalanceResponse) {}