We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7b3d0 commit e8a83c3Copy full SHA for e8a83c3
daemon/bitcoind.c
@@ -200,7 +200,7 @@ static void process_transactions(struct bitcoin_cli *bcli)
200
201
end = json_next(tokens);
202
for (t = tokens + 1; t < end; t = json_next(t)) {
203
- struct sha256_double txid, blkhash = { 0 };
+ struct sha256_double txid, blkhash;
204
const jsmntok_t *txidtok, *conftok, *blkindxtok, *blktok;
205
unsigned int conf;
206
bool is_coinbase;
0 commit comments