Merge #9556: Remove redundant semicolons

8fc6989 Remove redundant semicolons (practicalswift)
This commit is contained in:
Wladimir J. van der Laan
2017-02-02 10:21:06 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -292,7 +292,7 @@ BOOST_AUTO_TEST_CASE(versionbits_computeblockversion)
blocksToMine--;
nTime += 600;
nHeight += 1;
};
}
nTime = nTimeout;
// FAILED is only triggered at the end of a period, so CBV should be setting