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

Function amount_sat_add

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

Generated stub for amount_sat_add */

Source from the content-addressed store, hash-verified

22{ fprintf(stderr, "amount_sat called!\n"); abort(); }
23/* Generated stub for amount_sat_add */
24 bool amount_sat_add(struct amount_sat *val UNNEEDED,
25 struct amount_sat a UNNEEDED,
26 struct amount_sat b UNNEEDED)
27{ fprintf(stderr, "amount_sat_add called!\n"); abort(); }
28/* Generated stub for amount_sat_eq */
29bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
30{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); }

Callers 3

bitcoin_tx_compute_feeFunction · 0.50
psbt_compute_feeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected