Browse Source

change blockchain -> block chain (spelling)

- Wiki says "block chain" is correct ;)
- remove some unneeded spaces I found in the source, while fixing the spelling
miguelfreitas
Philip Kaufmann 12 years ago
parent
commit
729b180686
  1. 1
      src/test/DoS_tests.cpp

1
src/test/DoS_tests.cpp

@ -129,7 +129,6 @@ BOOST_AUTO_TEST_CASE(DoS_checknbits)
// ... but OK if enough time passed for difficulty to adjust downward: // ... but OK if enough time passed for difficulty to adjust downward:
BOOST_CHECK(CheckNBits(firstcheck.second, lastcheck.first+60*60*24*365*4, lastcheck.second, lastcheck.first)); BOOST_CHECK(CheckNBits(firstcheck.second, lastcheck.first+60*60*24*365*4, lastcheck.second, lastcheck.first));
} }
CTransaction RandomOrphan() CTransaction RandomOrphan()

Loading…
Cancel
Save