diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-14 21:45:32 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-14 21:45:32 +0100 |
commit | 8fc698935f01a9f0675e509761fb69be8d43e80a (patch) | |
tree | 201d7116d80819c3fc4009487c73629e2e2a72db /src/test | |
parent | 02e5308c1b9f3771bbe49bc5036215fa2bd66aa9 (diff) |
Remove redundant semicolons
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/versionbits_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/versionbits_tests.cpp b/src/test/versionbits_tests.cpp index bae0eff7e5..e2b5573abd 100644 --- a/src/test/versionbits_tests.cpp +++ b/src/test/versionbits_tests.cpp @@ -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 |