|
@ -78,6 +78,9 @@ void pubkey_to_der(u8 der[PUBKEY_CMPR_LEN] UNNEEDED, const struct pubkey *key UN |
|
|
/* Generated stub for pubkey_to_hash160 */ |
|
|
/* Generated stub for pubkey_to_hash160 */ |
|
|
void pubkey_to_hash160(const struct pubkey *pk UNNEEDED, struct ripemd160 *hash UNNEEDED) |
|
|
void pubkey_to_hash160(const struct pubkey *pk UNNEEDED, struct ripemd160 *hash UNNEEDED) |
|
|
{ fprintf(stderr, "pubkey_to_hash160 called!\n"); abort(); } |
|
|
{ fprintf(stderr, "pubkey_to_hash160 called!\n"); abort(); } |
|
|
|
|
|
/* Generated stub for script_push_bytes */ |
|
|
|
|
|
void script_push_bytes(u8 **scriptp UNNEEDED, const void *mem UNNEEDED, size_t len UNNEEDED) |
|
|
|
|
|
{ fprintf(stderr, "script_push_bytes called!\n"); abort(); } |
|
|
/* Generated stub for scriptpubkey_p2wsh */ |
|
|
/* Generated stub for scriptpubkey_p2wsh */ |
|
|
u8 *scriptpubkey_p2wsh(const tal_t *ctx UNNEEDED, const u8 *witnessscript UNNEEDED) |
|
|
u8 *scriptpubkey_p2wsh(const tal_t *ctx UNNEEDED, const u8 *witnessscript UNNEEDED) |
|
|
{ fprintf(stderr, "scriptpubkey_p2wsh called!\n"); abort(); } |
|
|
{ fprintf(stderr, "scriptpubkey_p2wsh called!\n"); abort(); } |
|
|