Merge pull request #6806 from data-retriever/fixed-typo

Fixed typo
This commit is contained in:
Oliver Gugger 2022-08-08 08:58:08 +02:00 committed by GitHub
commit 7e225f6aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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,
},

View file

@ -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