replace BaseException with Exception
[electrum-nvc.git] / gui / text.py
index 437ce35..d9b9520 100644 (file)
@@ -309,7 +309,7 @@ class ElectrumGui:
 
         try:
             tx = self.wallet.mktx( [(self.str_recipient, amount)], password, fee)
-        except BaseException, e:
+        except Exception as e:
             self.show_message(str(e))
             return