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

Function forwarding_next

wallet/wallet.c:5699–5706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5697}
5698
5699struct db_stmt *forwarding_next(struct wallet *w,
5700 struct db_stmt *stmt)
5701{
5702 if (!db_step(stmt))
5703 return tal_free(stmt);
5704
5705 return stmt;
5706}
5707
5708const struct forwarding *forwarding_details(const tal_t *ctx,
5709 struct wallet *w,

Callers 2

forwarding_firstFunction · 0.85

Calls 2

db_stepFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected