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

Function fmt_bitcoin_outpoint

bitcoin/tx.c:687–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687static char *fmt_bitcoin_outpoint(const tal_t *ctx,
688 const struct bitcoin_outpoint *outpoint)
689{
690 return tal_fmt(ctx, "%s:%u",
691 fmt_bitcoin_txid(tmpctx, &outpoint->txid),
692 outpoint->n);
693}
694
695static char *fmt_wally_tx(const tal_t *ctx, const struct wally_tx *tx)
696{

Callers

nothing calls this directly

Calls 1

fmt_bitcoin_txidFunction · 0.85

Tested by

no test coverage detected