mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
lnrpc: replace /// and /** with // and /*
This commit is contained in:
@@ -7,9 +7,9 @@ package lnclipb;
|
||||
option go_package = "github.com/lightningnetwork/lnd/lnrpc/lnclipb";
|
||||
|
||||
message VersionResponse {
|
||||
/// The version information for lncli.
|
||||
// The version information for lncli.
|
||||
verrpc.Version lncli = 1;
|
||||
|
||||
/// The version information for lnd.
|
||||
// The version information for lnd.
|
||||
verrpc.Version lnd = 2;
|
||||
};
|
||||
|
Reference in New Issue
Block a user