mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +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:
@@ -5,7 +5,7 @@
|
||||
#include <ccan/tal/tal.h>
|
||||
|
||||
/* Returns true if we're OK with all these offered features. */
|
||||
bool features_supported(const u8 *gfeatures, const u8 *lfeatures);
|
||||
bool features_supported(const u8 *globalfeatures, const u8 *localfeatures);
|
||||
|
||||
/* For sending our features: tal_count() returns length. */
|
||||
u8 *get_offered_globalfeatures(const tal_t *ctx);
|
||||
|
||||
Reference in New Issue
Block a user