Home
last modified time | relevance | path

Searched refs:txlocator (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dchaintopology.h127 struct txlocator { struct
198 struct txlocator *locate_tx(const void *ctx, const struct chain_topology *topo, const struct bitcoi…
H A Dpeer_control.c1287 struct txlocator *loc; in funding_depth_cb()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dwallet.h1329 struct txlocator *wallet_transaction_locate(const tal_t *ctx, struct wallet *w,
H A Dwallet.c4061 struct txlocator *wallet_transaction_locate(const tal_t *ctx, struct wallet *w, in wallet_transaction_locate()
4064 struct txlocator *loc; in wallet_transaction_locate()
4080 loc = tal(ctx, struct txlocator); in wallet_transaction_locate()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-invoice-select-inchan.c806 struct txlocator *wallet_transaction_locate(const tal_t *ctx UNNEEDED, struct wallet *w UNNEEDED, in wallet_transaction_locate()