bitcoinj/wallettool
Sean Gilligan d7c20ff73d WalletTool: convert wait() to return CompletableFuture
This change:
1. Shortens the code by 5 lines while adding many comments
2. Separates output to System.out from the async wait handling
3. Separates wallet/peerGroup setup and starting from async wait handling
4. Passes wait condition (along with wait-type enum) as a parameter

Behavior should be unchanged with the exception that the balance will
be output in the case that it "already meets the given condition".
2023-06-01 10:28:30 +02:00
..
src WalletTool: convert wait() to return CompletableFuture 2023-06-01 10:28:30 +02:00
build.gradle build.gradle: update SLF4J to 2.0.7 2023-03-27 15:25:02 +02:00