Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ db_bind_onionreply
Function
db_bind_onionreply
db/bindings.c:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void db_bind_onionreply(struct db_stmt *stmt, const struct onionreply *r)
254
{
255
db_bind_talarr(stmt, r->contents);
256
}
257
258
void db_bind_talarr(struct db_stmt *stmt, const u8 *arr)
259
{
Callers
1
wallet_htlc_update
Function · 0.85
Calls
1
db_bind_talarr
Function · 0.85
Tested by
no test coverage detected