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

Function amount_sat_to_asset

bitcoin/test/run-tx-encode.c:40–41  ·  view source on GitHub ↗

Generated stub for amount_sat_to_asset */

Source from the content-addressed store, hash-verified

38{ fprintf(stderr, "amount_sat_sub called!\n"); abort(); }
39/* Generated stub for amount_sat_to_asset */
40struct amount_asset amount_sat_to_asset(struct amount_sat *sat UNNEEDED, const u8 *asset UNNEEDED)
41{ fprintf(stderr, "amount_sat_to_asset called!\n"); abort(); }
42/* Generated stub for amount_tx_fee */
43struct amount_sat amount_tx_fee(u32 fee_per_kw UNNEEDED, size_t weight UNNEEDED)
44{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); }

Callers 1

bitcoin_tx_add_inputFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected