Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_wirestring
Function
towire_wirestring
wire/towire.c:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void towire_wirestring(u8 **pptr, const char *str)
159
{
160
towire(pptr, str, strlen(str) + 1);
161
}
162
163
void towire_siphash_seed(u8 **pptr, const struct siphash_seed *seed)
164
{
Callers
3
towire_onchain_fee
Function · 0.50
towire_account
Function · 0.50
towire_opt_wirestring
Function · 0.50
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected