Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_pad
Function
fromwire_pad
wire/fromwire.c:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void fromwire_pad(const u8 **cursor, size_t *max, size_t num)
257
{
258
fromwire(cursor, max, NULL, num);
259
}
260
261
/*
262
* Don't allow control chars except spaces: we only use this for stuff
Callers
2
extract_channel_id
Function · 0.70
psbt_fixup
Function · 0.50
Calls
1
fromwire
Function · 0.70
Tested by
no test coverage detected