refactor: catch Exception, not bare except, in parse_wallet fallbacks
This commit tightens error handling in Krux's wallet parsing. Previously, the code used bare 'except:' clauses that would catch everything, including KeyboardInterrupt and SystemExit. Those special exceptions should normally be allowed to …
6f617710by kkdao+42−72 files