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

Function db_bind_sha256d

db/bindings.c:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void db_bind_sha256d(struct db_stmt *stmt, const struct sha256_double *s)
114{
115 db_bind_sha256(stmt, &s->sha);
116}
117
118void db_bind_secret(struct db_stmt *stmt, const struct secret *s)
119{

Callers 7

wallet_channel_saveFunction · 0.85
wallet_confirm_txFunction · 0.85
wallet_sanity_checkFunction · 0.85
wallet_block_addFunction · 0.85
wallet_block_removeFunction · 0.85
wallet_filteredblock_addFunction · 0.85
db_bind_txidFunction · 0.85

Calls 1

db_bind_sha256Function · 0.85

Tested by

no test coverage detected