mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
tests: Update mocks after breaking them via interleaved merges
This commit is contained in:
@@ -74,6 +74,9 @@ u64 fromwire_u64(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
|
|||||||
/* Generated stub for fromwire_u8 */
|
/* Generated stub for fromwire_u8 */
|
||||||
u8 fromwire_u8(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
|
u8 fromwire_u8(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
|
||||||
{ fprintf(stderr, "fromwire_u8 called!\n"); abort(); }
|
{ fprintf(stderr, "fromwire_u8 called!\n"); abort(); }
|
||||||
|
/* Generated stub for fromwire_u8_array */
|
||||||
|
void fromwire_u8_array(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, u8 *arr UNNEEDED, size_t num UNNEEDED)
|
||||||
|
{ fprintf(stderr, "fromwire_u8_array called!\n"); abort(); }
|
||||||
/* Generated stub for hmac_done */
|
/* Generated stub for hmac_done */
|
||||||
void hmac_done(crypto_auth_hmacsha256_state *state UNNEEDED,
|
void hmac_done(crypto_auth_hmacsha256_state *state UNNEEDED,
|
||||||
struct hmac *hmac UNNEEDED)
|
struct hmac *hmac UNNEEDED)
|
||||||
|
|||||||
Reference in New Issue
Block a user