mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-20 13:34:26 +01:00
Fix CI build
Extraneous whitespace in cryptomsg.h
This commit is contained in:
@@ -49,7 +49,7 @@ struct io_plan *peer_write_message(struct io_conn *conn,
|
||||
|
||||
void towire_crypto_state(u8 **pptr, const struct crypto_state *cs);
|
||||
void fromwire_crypto_state(const u8 **ptr, size_t *max, struct crypto_state *cs);
|
||||
|
||||
|
||||
/* Low-level functions for sync comms. */
|
||||
u8 *cryptomsg_encrypt_msg(const tal_t *ctx,
|
||||
struct crypto_state *cs,
|
||||
|
||||
Reference in New Issue
Block a user