MCPcopy Create free account
hub / github.com/ElementsProject/lightning / db_bind_onionreply

Function db_bind_onionreply

db/bindings.c:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void db_bind_onionreply(struct db_stmt *stmt, int pos, const struct onionreply *r)
230{
231 db_bind_talarr(stmt, pos, r->contents);
232}
233
234void db_bind_talarr(struct db_stmt *stmt, int col, const u8 *arr)
235{

Callers 1

wallet_htlc_updateFunction · 0.85

Calls 1

db_bind_talarrFunction · 0.85

Tested by

no test coverage detected