ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

Peer monitor shows *our* version data not theirs #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you look at the peer monitor you see the subVer field identifies itself as 
bitcoinj. That's not right. The bug is in this line in PeerListFragment:

                                final TextView rowText2 = (TextView) row.findViewById(android.R.id.text2);
                                rowText2.setText(peer.getVersionMessage().toString());

it should be peer.getPeerVersionMessage() - this is stupid naming on my part 
and I'll fix it at some point.

Original issue reported on code.google.com by mh.in.en...@gmail.com on 6 Dec 2012 at 2:54

GoogleCodeExporter commented 9 years ago
Thanks for this catch! Will be fixed in the next release.

Original comment by andreas....@gmail.com on 6 Dec 2012 at 3:17