bitcoinj/wallettool
Sean Gilligan 25d4b8b8a0 WalletTool: improve sendPayment() exception handling
* Split the long `try` block into multiple `try/catch` blocks
* Consistently use System.err.println and System.exit on errors
* System.out.println an information message before falling back to `broadcastPayment`
2022-03-25 20:35:35 +01:00
..
src/main/java/org/bitcoinj/wallettool WalletTool: improve sendPayment() exception handling 2022-03-25 20:35:35 +01:00
build.gradle build.gradle: fix hasAnnotationProcessor check 2022-03-05 00:07:12 +01:00