refactor: localize protobuf definitions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package wallet;
|
||||
option go_package = "bsm/full/module/finance/wallet/pb;wallet";
|
||||
import "protobuf/blocks.proto";
|
||||
import "module/finance/wallet/proto/const.proto";
|
||||
|
||||
service Payment {
|
||||
rpc Hello(blocks.Empty) returns (PaymentReply) {}
|
||||
|
||||
Reference in New Issue
Block a user