mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-12 19:04:23 +01:00
Remove the very long try/catch in startup that catches BlockStoreException and rethrows it wrapped in an IOException. The Guava service base class (`AbstractIdleService`) that we are extending allows us to throw `Exception` so there is no reason to wrap the exception and it can just be thrown directly. |
||
---|---|---|
.. | ||
main | ||
test |