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

Function onchain_annotate_txout

onchaind/onchaind.c:1700–1705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698}
1699
1700static void onchain_annotate_txout(const struct bitcoin_outpoint *outpoint,
1701 enum wallet_tx_type type)
1702{
1703 wire_sync_write(REQ_FD, take(towire_onchaind_annotate_txout(
1704 tmpctx, outpoint, type)));
1705}
1706
1707static void onchain_annotate_txin(const struct bitcoin_txid *txid, u32 innum,
1708 enum wallet_tx_type type)

Callers 2

output_spentFunction · 0.70
handle_our_unilateralFunction · 0.70

Calls 2

wire_sync_writeFunction · 0.50

Tested by

no test coverage detected