mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
build: fix compilation error on gcc 7.3.0
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Rusty Russell
parent
d5bb536ef0
commit
ad1cf8b40c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user