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

Function amount_sat_eq

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

Generated stub for amount_sat_eq */

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected