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

Function db_bind_secret

db/bindings.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void db_bind_secret(struct db_stmt *stmt, int pos, const struct secret *s)
108{
109 assert(sizeof(s->data) == 32);
110 db_bind_blob(stmt, pos, s->data, sizeof(s->data));
111}
112
113void db_bind_secret_arr(struct db_stmt *stmt, int col, const struct secret *s)
114{

Callers 2

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