mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
commit
7e225f6aa5
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ func peersCommands() []cli.Command {
|
|||
Name: "peers",
|
||||
Category: "Peers",
|
||||
Usage: "Interacts with the other nodes of the " +
|
||||
"newtwork",
|
||||
"network",
|
||||
Subcommands: []cli.Command{
|
||||
updateNodeAnnouncementCommand,
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@ package peersrpc;
|
|||
option go_package = "github.com/lightningnetwork/lnd/lnrpc/peersrpc";
|
||||
|
||||
// Peers is a service that can be used to get information and interact
|
||||
// with the other nodes of the newtwork.
|
||||
// with the other nodes of the network.
|
||||
service Peers {
|
||||
/* lncli: peers updatenodeannouncement
|
||||
UpdateNodeAnnouncement allows the caller to update the node parameters
|
||||
|
|
Loading…
Add table
Reference in a new issue