diff --git a/daemon/bitcoind.c b/daemon/bitcoind.c index 9536c83bdd6c..60e42293d335 100644 --- a/daemon/bitcoind.c +++ b/daemon/bitcoind.c @@ -192,7 +192,7 @@ static void process_transactions(struct bitcoin_cli *bcli) end = json_next(tokens); for (t = tokens + 1; t < end; t = json_next(t)) { - struct sha256_double txid, blkhash = { 0 }; + struct sha256_double txid, blkhash; const jsmntok_t *txidtok, *conftok, *blkindxtok, *blktok; unsigned int conf; bool is_coinbase;