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

Function json_add_amount_sat_compat

wallet/test/run-wallet.c:309–314  ·  view source on GitHub ↗

Generated stub for json_add_amount_sat_compat */

Source from the content-addressed store, hash-verified

307{ fprintf(stderr, "json_add_amount_msat_only called!\n"); abort(); }
308/* Generated stub for json_add_amount_sat_compat */
309void json_add_amount_sat_compat(struct json_stream *result UNNEEDED,
310 struct amount_sat sat UNNEEDED,
311 const char *rawfieldname UNNEEDED,
312 const char *msatfieldname)
313
314{ fprintf(stderr, "json_add_amount_sat_compat called!\n"); abort(); }
315/* Generated stub for json_add_amount_sat_msat */
316void json_add_amount_sat_msat(struct json_stream *result UNNEEDED,
317 const char *msatfieldname UNNEEDED,

Callers 2

json_add_utxoFunction · 0.50
json_listfundsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected