1
0

fix more bare excepts

This commit is contained in:
Bryan Stitt
2013-11-10 12:30:57 -08:00
parent 24cabcbee9
commit 6cd4ed486a
21 changed files with 67 additions and 67 deletions

View 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"]