bitcoinj/wallettool
Sean Gilligan 091fdd9791 PaymentSession: proper future-style error handling for sendPayment()
This is a breaking change, but the existing code is not using futures properly and
fixing this is worth the breakage.

* Instead of returning `null`, return a failed future
* Instead of throwing errors, return failed futures
2022-03-25 19:33:08 +01:00
..
src/main/java/org/bitcoinj/wallettool PaymentSession: proper future-style error handling for sendPayment() 2022-03-25 19:33:08 +01:00
build.gradle build.gradle: fix hasAnnotationProcessor check 2022-03-05 00:07:12 +01:00