MCPcopy 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
253void db_bind_onionreply(struct db_stmt *stmt, const struct onionreply *r)
254{
255 db_bind_talarr(stmt, r->contents);
256}
257
258void db_bind_talarr(struct db_stmt *stmt, const u8 *arr)
259{

Callers 1

wallet_htlc_updateFunction · 0.85

Calls 1

db_bind_talarrFunction · 0.85

Tested by

no test coverage detected