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

Function db_bind_sha256d

db/bindings.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void db_bind_sha256d(struct db_stmt *stmt, int pos, const struct sha256_double *s)
103{
104 db_bind_sha256(stmt, pos, &s->sha);
105}
106
107void db_bind_secret(struct db_stmt *stmt, int pos, const struct secret *s)
108{

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