mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
irc: Added alias handling for node announcements
Aliases seem to be popular among users wanting to show off their node, so let's add them :-)
This commit is contained in:
@@ -37,6 +37,9 @@ struct node {
|
||||
/* Where that came from. */
|
||||
struct node_connection *prev;
|
||||
} bfg[ROUTING_MAX_HOPS+1];
|
||||
|
||||
/* UTF-8 encoded alias as tal_arr, not zero terminated */
|
||||
u8 *alias;
|
||||
};
|
||||
|
||||
struct lightningd_state;
|
||||
|
||||
Reference in New Issue
Block a user