mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-24 15:52:22 +02:00
452 B
452 B
- Some new experimental RPCs for managing SCID
aliases were added under
the routerrpc package. These methods allow manually adding and deleting scid
aliases locally to your node.
NOTE: these new RPC methods are marked as experimental (
XAddLocalChanAliases
&XDeleteLocalChanAliases
) and upon calling them the aliases will not be communicated with the channel peer.