|
@ -21,11 +21,17 @@ struct amount_sat amount_asset_to_sat(struct amount_asset *asset UNNEEDED) |
|
|
/* Generated stub for amount_sat_eq */ |
|
|
/* Generated stub for amount_sat_eq */ |
|
|
bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
|
|
bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
|
|
{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); } |
|
|
{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for amount_sat_greater_eq */ |
|
|
|
|
|
bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); } |
|
|
/* Generated stub for amount_sat_sub */ |
|
|
/* Generated stub for amount_sat_sub */ |
|
|
bool amount_sat_sub(struct amount_sat *val UNNEEDED, |
|
|
bool amount_sat_sub(struct amount_sat *val UNNEEDED, |
|
|
struct amount_sat a UNNEEDED, |
|
|
struct amount_sat a UNNEEDED, |
|
|
struct amount_sat b UNNEEDED) |
|
|
struct amount_sat b UNNEEDED) |
|
|
{ fprintf(stderr, "amount_sat_sub called!\n"); abort(); } |
|
|
{ fprintf(stderr, "amount_sat_sub called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for amount_tx_fee */ |
|
|
|
|
|
struct amount_sat amount_tx_fee(u32 fee_per_kw UNNEEDED, size_t weight UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); } |
|
|
/* Generated stub for fromwire */ |
|
|
/* Generated stub for fromwire */ |
|
|
const u8 *fromwire(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, void *copy UNNEEDED, size_t n UNNEEDED) |
|
|
const u8 *fromwire(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, void *copy UNNEEDED, size_t n UNNEEDED) |
|
|
{ fprintf(stderr, "fromwire called!\n"); abort(); } |
|
|
{ fprintf(stderr, "fromwire called!\n"); abort(); } |
|
|