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

Function fmt_bitcoin_outpoint

bitcoin/tx.c:728–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728char *fmt_bitcoin_outpoint(const tal_t *ctx,
729 const struct bitcoin_outpoint *outpoint)
730{
731 return tal_fmt(ctx, "%s:%u",
732 fmt_bitcoin_txid(tmpctx, &outpoint->txid),
733 outpoint->n);
734}
735
736char *fmt_wally_tx(const tal_t *ctx, const struct wally_tx *tx)
737{

Callers 15

new_tracked_outputFunction · 0.85
ignore_outputFunction · 0.85
billboard_updateFunction · 0.85
migrate_from_account_dbFunction · 0.85
json_add_utxoFunction · 0.85
wallet_unreserve_utxoFunction · 0.85
mutual_close_p2pkh_catchFunction · 0.85
reserve_and_reportFunction · 0.85
json_reserveinputsFunction · 0.85
param_txoutFunction · 0.85

Calls 1

fmt_bitcoin_txidFunction · 0.85

Tested by 1

sqlite3_bind_outpointFunction · 0.68