Browse Source

Fix CI build

Extraneous whitespace in cryptomsg.h
ppa-0.6.1
Christian Decker 8 years ago
parent
commit
597687d1f0
  1. 2
      lightningd/cryptomsg.h

2
lightningd/cryptomsg.h

@ -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,

Loading…
Cancel
Save