Remove redundant semicolons

This commit is contained in:
practicalswift
2017-01-14 21:45:32 +01:00
parent 02e5308c1b
commit 8fc698935f
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