bitcoinj/wallettool
Sean Gilligan 3ea2dc40d9 WalletTool: remove superfluous throws Exception from main
main() currently throws no checked exceptions. This is a good thing and
means all checked exceptions are caught and (hopefully properly) handled by
outputting error messages and return a non-zero exit code.
2022-04-01 20:27:13 +02:00
..
src/main/java/org/bitcoinj/wallettool WalletTool: remove superfluous throws Exception from main 2022-04-01 20:27:13 +02:00
build.gradle build.gradle: fix hasAnnotationProcessor check 2022-03-05 00:07:12 +01:00