Skip to content

Commit

Permalink
fix test maybe idk
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jun 14, 2018
1 parent a8193dd commit aaee6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/BlockForgeTest.java
Expand Up @@ -43,7 +43,7 @@ public void testCoinbaseOutputEvenNoRound()

for(int i=0; i<1000; i++)
{
int count = rnd.nextInt(50) + 1;
int count = rnd.nextInt(50) + 2;
SubscribeBlockTemplateRequest.Builder req =
SubscribeBlockTemplateRequest.newBuilder();

Expand Down

0 comments on commit aaee6bf

Please sign in to comment.