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:
Rusty Russell
2018-09-29 10:27:01 +09:30
parent f2488fbe14
commit df27fc55af
5 changed files with 9 additions and 9 deletions

View File

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