Skip to content

Commit

Permalink
trivial: Fix unsuccessful typo
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Nov 21, 2017
1 parent d4267a3 commit d2ea2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/txvalidation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit d2ea2bc

Please sign in to comment.