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

Function db_bind_txid

db/bindings.c:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void db_bind_txid(struct db_stmt *stmt, int pos, const struct bitcoin_txid *t)
125{
126 db_bind_sha256d(stmt, pos, &t->shad);
127}
128
129void db_bind_channel_id(struct db_stmt *stmt, int pos, const struct channel_id *id)
130{

Callers 15

wallet_add_utxoFunction · 0.85
wallet_utxo_getFunction · 0.85
db_set_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_inflight_saveFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_outpoint_spendFunction · 0.85
wallet_utxoset_addFunction · 0.85

Calls 1

db_bind_sha256dFunction · 0.85

Tested by

no test coverage detected