mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
e4e0935816
Basic logic for the endpoint: - Get the current nodeAnn information - Calculate modifications - Apply modifications - Return changes
9 lines
170 B
YAML
9 lines
170 B
YAML
type: google.api.Service
|
|
config_version: 3
|
|
|
|
http:
|
|
rules:
|
|
- selector: peersrpc.Peers.UpdateNodeAnnouncement
|
|
post: "/v2/peers/nodeannouncement"
|
|
body: "*"
|