Skip to content

Commit d2ea2bc

Browse files
trivial: Fix unsuccessful typo
1 parent d4267a3 commit d2ea2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/txvalidation_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BOOST_FIXTURE_TEST_CASE(tx_mempool_reject_coinbase, TestChain100Setup)
4949
// Check that the transaction hasn't been added to mempool.
5050
BOOST_CHECK_EQUAL(mempool.size(), initialPoolSize);
5151

52-
// Check that the validation state reflects the unsuccesful attempt.
52+
// Check that the validation state reflects the unsuccessful attempt.
5353
BOOST_CHECK(state.IsInvalid());
5454
BOOST_CHECK_EQUAL(state.GetRejectReason(), "coinbase");
5555

0 commit comments

Comments
 (0)