3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00
altcoinj/examples
Mike Hearn fd9eba1697 Change PeerGroup.broadcastTransaction() to wait for propagation.
It means a send won't be considered completed until it's accepted by the net.
Also is for the case where you receive a transaction (eg, via Bluetooth) and
you want to broadcast it such that you can know it's valid.

Make WalletTool use --peers instead of --peer, a comma separated list of
addresses to use. Remove the crappy sleep after send now we can wait.

Resolves issue 167.
2012-07-22 01:20:48 +02:00
..
src/main/java/com/google/bitcoin/examples Change PeerGroup.broadcastTransaction() to wait for propagation. 2012-07-22 01:20:48 +02:00
pom.xml Remove a couple of redundant Maven <version> tags. 2012-06-08 17:21:38 +02:00