Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/bottle-0.9.5-py2.7.egg/bottle.py", line 651, in _handle
return callback(**args)
File "/usr/lib/python2.7/site-packages/bottle-0.9.5-py2.7.egg/bottle.py", line 1143, in wrapper
rv = callback(*a, **ka)
File "./webapp.py", line 756, in withdraw_submit
SendBTC(btc_from, btc_to, amount)
File "./webapp.py", line 99, in SendBTC
access.sendfrom(btc_from, to, str(amount))
File "/srv/bitjack/jsonrpc/proxy.py", line 45, in __call__
raise JSONRPCException(resp['error'])
JSONRPCException