mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-23 07:44:21 +01:00
committed by
Rusty Russell
parent
5e7b3d02a1
commit
e8a83c3f76
@@ -200,7 +200,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;
|
||||
|
||||
Reference in New Issue
Block a user