Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
void db_bind_sha256d(struct db_stmt *stmt, const struct sha256_double *s)
114
{
115
db_bind_sha256(stmt, &s->sha);
116
}
117
118
void db_bind_secret(struct db_stmt *stmt, const struct secret *s)
119
{
Callers
7
wallet_channel_save
Function · 0.85
wallet_confirm_tx
Function · 0.85
wallet_sanity_check
Function · 0.85
wallet_block_add
Function · 0.85
wallet_block_remove
Function · 0.85
wallet_filteredblock_add
Function · 0.85
db_bind_txid
Function · 0.85
Calls
1
db_bind_sha256
Function · 0.85
Tested by
no test coverage detected