3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/tools
Mike Hearn f27430c356 Refactor/bugfix broadcast of pending transactions when a peergroup starts up.
Previously the PeerGroup itself would broadcast the pending transactions by simply sending an inv with them all to every peer. This is a good way to get a transaction blasted out if there are no problems with it, but it means we cannot track propagation and the numBroadcastPeers() value was correspondingly not increased. This seems to be causing issues with the Android wallet. So try out a different approach - have the wallet use broadcastTransaction as per normal on the PeerGroup when it's added. The TX will be propagated and watched as with a normal spend.
2013-10-11 14:50:53 +02:00
..
src/main/java/com/google/bitcoin/tools Refactor/bugfix broadcast of pending transactions when a peergroup starts up. 2013-10-11 14:50:53 +02: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