bitcoinj/core/src
Sean Gilligan 4bd79448ee WalletAppKit: remove unnecessary try/catch in startUp()
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.
2022-07-27 12:36:52 -07:00
..
main WalletAppKit: remove unnecessary try/catch in startUp() 2022-07-27 12:36:52 -07:00
test StreamUtils: new util class with .toUnmodifiableList(), and use it 2022-07-27 19:49:32 +02:00