novitski / bitcoinj

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

PeerGroup broadcastTransaction inserts tx into irrelevant wallets #377

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In PeerGroup broadcastTransaction the tx is sent to ALL wallets using 
receivePending. This gets inserted into all wallets even if the tx has nothing 
to do with the wallets keys.

receivePending is not checking the tx's relevance (by the comment it assumes 
this has been done already).

Original issue reported on code.google.com by jimburto...@gmail.com on 28 Mar 2013 at 9:17

GoogleCodeExporter commented 9 years ago
I think I fixed this one already. Are you using the latest code from master?

Original comment by mh.in.en...@gmail.com on 29 Mar 2013 at 4:44