novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Rebroadcast? #399

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the peerGroup is destroyed after broadcasting a transaction, but before the 
transaction is included in a block, is it necessary to rebroadcast that 
transaction when the peerGroup is recreated later?

And if so, how do i go about identifying which transactions in the wallet to 
rebroadcast?

Thanks in advance for your help.

Original issue reported on code.google.com by skaj...@gmail.com on 27 Apr 2013 at 3:42

GoogleCodeExporter commented 9 years ago
This sort of thing is a question that's best asked on the mailing list.

Once a transaction has been included in the best chain, by definition every 
Bitcoin node knows about it. So there is no point rebroadcasting it - in fact, 
doing so wouldn't work as it'd be seen as a double spend.

Original comment by hearn@google.com on 27 Apr 2013 at 11:36