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

Function db_col_txid

db/bindings.c:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t)
531{
532 db_col_sha256d(stmt, colname, &t->shad);
533}
534
535struct onionreply *db_col_onionreply(const tal_t *ctx,
536 struct db_stmt *stmt, const char *colname)

Callers 15

outpointfilters_initFunction · 0.85
wallet_stmt2outputFunction · 0.85
wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_utxoset_pruneFunction · 0.85
wallet_outpoint_for_scidFunction · 0.85
wallet_channeltxs_getFunction · 0.85
wallet_transactions_getFunction · 0.85

Calls 1

db_col_sha256dFunction · 0.85

Tested by

no test coverage detected