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

Function amount_sat_sub

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

Generated stub for amount_sat_sub */

Source from the content-addressed store, hash-verified

33{ fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); }
34/* Generated stub for amount_sat_sub */
35 bool amount_sat_sub(struct amount_sat *val UNNEEDED,
36 struct amount_sat a UNNEEDED,
37 struct amount_sat b UNNEEDED)
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(); }

Callers 4

change_amountFunction · 0.50
psbt_compute_feeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected