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

Function wire_sync_write

onchaind/test/run-grind_feerate-bug.c:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230bool wire_sync_write(int fd UNNEEDED, const void *msg TAKES)
231{
232 tal_free_if_taken(msg);
233 return true;
234}
235
236/* Generated stub for fromwire_hsmd_sign_tx_reply */
237bool fromwire_hsmd_sign_tx_reply(const void *p UNNEEDED, struct bitcoin_signature *sig)

Callers 15

send_coin_mvtFunction · 0.50
record_coin_movementsFunction · 0.50
onchain_annotate_txoutFunction · 0.50
onchain_annotate_txinFunction · 0.50
update_resolution_depthFunction · 0.50
tx_new_depthFunction · 0.50
handle_dev_memleakFunction · 0.50
handle_onchaind_spentFunction · 0.50
wait_for_resolvedFunction · 0.50

Calls 1

tal_free_if_takenFunction · 0.85

Tested by

no test coverage detected