Browse Source

build: fix compilation error on gcc 7.3.0

Signed-off-by: William Casarin <jb55@jb55.com>
trytravis
William Casarin 6 years ago
committed by Rusty Russell
parent
commit
ad1cf8b40c
  1. 2
      onchaind/onchaind.c

2
onchaind/onchaind.c

@ -1293,7 +1293,7 @@ static size_t resolve_our_htlc_ourcommit(struct tracked_output *out,
const struct htlc_stub *htlcs,
u8 **htlc_scripts)
{
struct bitcoin_tx *tx;
struct bitcoin_tx *tx = NULL;
secp256k1_ecdsa_signature localsig;
size_t i;

Loading…
Cancel
Save