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

Function db_bind_secret

db/bindings.c:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void db_bind_secret(struct db_stmt *stmt, const struct secret *s)
119{
120 assert(sizeof(s->data) == 32);
121 db_bind_blob(stmt, s->data, sizeof(s->data));
122}
123
124void db_bind_secret_arr(struct db_stmt *stmt, const struct secret *s)
125{

Callers 3

wallet_shachain_add_hashFunction · 0.85
wallet_htlc_save_inFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected