aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidation_tests.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-11-21 19:14:35 +0100
committerpracticalswift <[email protected]>2017-11-21 19:14:35 +0100
commitd2ea2bcb5cf58d7afe0837b517d7c4718bd0317b (patch)
treebfc0fdf6d3f1a538340f6efa301324403d059c9f /src/test/txvalidation_tests.cpp
parentMerge #11738: Fix sendrawtransaction hang when sending a tx already in mempool (diff)
downloaddiscoin-d2ea2bcb5cf58d7afe0837b517d7c4718bd0317b.tar.xz
discoin-d2ea2bcb5cf58d7afe0837b517d7c4718bd0317b.zip
trivial: Fix unsuccessful typo
Diffstat (limited to 'src/test/txvalidation_tests.cpp')
-rw-r--r--src/test/txvalidation_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/txvalidation_tests.cpp b/src/test/txvalidation_tests.cpp
index d6abe3e5a..2d1eb7b77 100644
--- a/src/test/txvalidation_tests.cpp
+++ b/src/test/txvalidation_tests.cpp
@@ -49,7 +49,7 @@ BOOST_FIXTURE_TEST_CASE(tx_mempool_reject_coinbase, TestChain100Setup)
// Check that the transaction hasn't been added to mempool.
BOOST_CHECK_EQUAL(mempool.size(), initialPoolSize);
- // Check that the validation state reflects the unsuccesful attempt.
+ // Check that the validation state reflects the unsuccessful attempt.
BOOST_CHECK(state.IsInvalid());
BOOST_CHECK_EQUAL(state.GetRejectReason(), "coinbase");