Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_m
Function
encode_m
common/bolt11.c:990–993 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
988
}
989
990
static void encode_m(u5 **data, const u8 *metadata)
991
{
992
push_field(data,
'm'
, metadata, tal_bytelen(metadata) * CHAR_BIT);
993
}
994
995
static void encode_d(u5 **data, const char *description)
996
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
2
push_field
Function · 0.85
tal_bytelen
Function · 0.85
Tested by
no test coverage detected