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

Function db_bind_preimage

db/bindings.c:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void db_bind_preimage(struct db_stmt *stmt, int pos, const struct preimage *p)
93{
94 db_bind_blob(stmt, pos, p->r, sizeof(struct preimage));
95}
96
97void db_bind_sha256(struct db_stmt *stmt, int pos, const struct sha256 *s)
98{

Callers 5

wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_htlc_updateFunction · 0.85
invoices_createFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected