mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-06 20:08:55 +02:00
This adds a missing catch for BaseException (e.g. SystemExit), which would otherwise be silently ignored. Also, remove the redundant other catches, which are just calling log.exception with a redundant log message.