From 3c050b12fe483327d162a1b50010ac0b6470cdd7 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Tue, 6 Apr 2021 02:07:44 +0000 Subject: [PATCH] Remove unreachable line of code --- electroncash/wallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electroncash/wallet.py b/electroncash/wallet.py index 0a7701f01423..d6bbe1e75283 100644 --- a/electroncash/wallet.py +++ b/electroncash/wallet.py @@ -1976,7 +1976,6 @@ def make_unsigned_transaction(self, inputs, outputs, config, fixed_fee=None, cha sats_per_byte=fee_in_satoshis/tx_in_bytes if (sats_per_byte > 50): raise ExcessiveFee() - return # Sort the inputs and outputs deterministically tx.BIP_LI01_sort()