bitcoinj/core
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 Change PeerGroup.broadcastTransaction() to wait for propagation. 2012-07-22 01:20:48 +02:00
findbugs.xml Clear out some more FindBugs warnings. 2012-04-04 23:52:02 +02:00
pom.xml Add an auto save function. A background thread will atomically auto-save to a file when there are wallet changes at a limited rate. 2012-07-21 22:37:39 +02:00