Skip to content

Commit

Permalink
Merge pull request #2234 from gasull/bch-unreachable-return-after-raise
Browse files Browse the repository at this point in the history
Remove unreachable line of code
  • Loading branch information
cculianu committed Apr 6, 2021
2 parents a3ff4e1 + 3c050b1 commit c3e8c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electroncash/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c3e8c9a

Please sign in to comment.