diff options
| author | practicalswift <[email protected]> | 2017-01-14 21:45:32 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-14 21:45:32 +0100 |
| commit | 8fc698935f01a9f0675e509761fb69be8d43e80a (patch) | |
| tree | 201d7116d80819c3fc4009487c73629e2e2a72db /src/test/versionbits_tests.cpp | |
| parent | Merge #9525: test: Include tx data in EXTRA_DIST (diff) | |
| download | discoin-8fc698935f01a9f0675e509761fb69be8d43e80a.tar.xz discoin-8fc698935f01a9f0675e509761fb69be8d43e80a.zip | |
Remove redundant semicolons
Diffstat (limited to 'src/test/versionbits_tests.cpp')
| -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 bae0eff7e..e2b5573ab 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 |