From cc191497267ffb6d3d47e239e6b8f5d0c16cf529 Mon Sep 17 00:00:00 2001 From: GyanPrakash2483 <69905535+GyanPrakash2483@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:48:24 +0530 Subject: [PATCH] Indentation Cuz why not? --- cpu-miner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu-miner.c b/cpu-miner.c index ef2fc7672..b9ed6aa0b 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -615,7 +615,8 @@ static bool gbt_work_decode(const json_t *val, struct work *work) txs_end += tx_hex_len; } } - free(tx); tx = NULL; + free(tx); + tx = NULL; n = 1 + tx_count; while (n > 1) { if (n % 2) {