mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-11 17:58:01 +01:00
PeerGroupTest: Migrate a bug number from Google Code to GitHub.
This commit is contained in:
parent
f0bbb92bcf
commit
ab66729d79
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ public class PeerGroupTest extends TestWithPeerGroup {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testBloomOnP2PK() throws Exception {
|
public void testBloomOnP2PK() throws Exception {
|
||||||
// Cover bug 513. When a relevant transaction with a P2PK output is found, the Bloom filter should be
|
// Cover GitHub bug #879. When a relevant transaction with a P2PK output is found, the Bloom filter should be
|
||||||
// recalculated to include that transaction hash but not re-broadcast as the remote nodes should have followed
|
// recalculated to include that transaction hash but not re-broadcast as the remote nodes should have followed
|
||||||
// the same procedure. However a new node that's connected should get the fresh filter.
|
// the same procedure. However a new node that's connected should get the fresh filter.
|
||||||
peerGroup.start();
|
peerGroup.start();
|
||||||
|
|
Loading…
Add table
Reference in a new issue