diff options
| author | Dimitris Apostolou <[email protected]> | 2018-03-18 16:26:45 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <[email protected]> | 2018-03-21 08:34:44 +0200 |
| commit | 4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8 (patch) | |
| tree | 1fc1e7662fcaeb8a9503eb80fc4038eee2da5b55 /src/test/txvalidationcache_tests.cpp | |
| parent | Merge #12710: Append scripts to new test_list array to fix bad assignment (diff) | |
| download | discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.tar.xz discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.zip | |
Fix typos
Diffstat (limited to 'src/test/txvalidationcache_tests.cpp')
| -rw-r--r-- | src/test/txvalidationcache_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/txvalidationcache_tests.cpp b/src/test/txvalidationcache_tests.cpp index 9ec9d6cba..1aa54189b 100644 --- a/src/test/txvalidationcache_tests.cpp +++ b/src/test/txvalidationcache_tests.cpp @@ -35,7 +35,7 @@ ToMemPool(CMutableTransaction& tx) BOOST_FIXTURE_TEST_CASE(tx_mempool_block_doublespend, TestChain100Setup) { - // Make sure skipping validation of transctions that were + // Make sure skipping validation of transactions that were // validated going into the memory pool does not allow // double-spends in blocks to pass validation when they should not. |