fix more bare excepts
[electrum-nvc.git] / scripts / merchant / merchant.py
index b63462b..feedf91 100644 (file)
@@ -104,7 +104,7 @@ def process_request(amount, confirmations, expires_in, password):
         amount = float(amount)
         confirmations = int(confirmations)
         expires_in = float(expires_in)
-    except:
+    except Exception:
         return "incorrect parameters"
 
     account = wallet.accounts["m/0'/0"]