3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/tools
Mike Hearn a1562836be Payment protocol: Make PaymentSession use a global thread pool that uses daemon threads.
Fixes a 60 second hang that could occur in wallet-tool once the send request was processed. Fixing this revealed another bug - WalletTool was depending on this VM shutdown delay caused by the worker pool timeout, so clean up the code and replace with a blocking get of the future.

Also support the --offline and --password flags when using the payment protocol.
2014-01-28 13:58:08 +01:00
..
src/main Payment protocol: Make PaymentSession use a global thread pool that uses daemon threads. 2014-01-28 13:58:08 +01:00
pom.xml Version 0.11-SNAPSHOT 2013-07-30 14:47:39 +02:00
wallet-tool Don't require 4G heap for wallet tool. 2013-06-12 11:12:15 +02:00