mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
More renaming of gfeatures to globalfeatures.
Use the BOLT #1 naming. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -117,7 +117,7 @@ struct node {
|
||||
u8 rgb_color[3];
|
||||
|
||||
/* (Global) features */
|
||||
u8 *gfeatures;
|
||||
u8 *globalfeatures;
|
||||
|
||||
/* Cached `node_announcement` we might forward to new peers (or NULL). */
|
||||
const u8 *node_announcement;
|
||||
|
||||
Reference in New Issue
Block a user