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

Function payments_next

wallet/wallet.c:4719–4726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4717}
4718
4719struct db_stmt *payments_next(struct wallet *w,
4720 struct db_stmt *stmt)
4721{
4722 if (!db_step(stmt))
4723 return tal_free(stmt);
4724
4725 return stmt;
4726}
4727
4728void wallet_htlc_sigs_save(struct wallet *w, u64 channel_id,
4729 const struct bitcoin_signature *htlc_sigs)

Callers 9

payments_firstFunction · 0.85
payments_by_hashFunction · 0.85
payments_by_labelFunction · 0.85
payments_by_statusFunction · 0.85
check_progressFunction · 0.85
json_listsendpaysFunction · 0.85
json_delpayFunction · 0.85
prev_paymentFunction · 0.85

Calls 2

db_stepFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected