Skip to content

Commit 5ea932a

Browse files
committed
Merge #11746: trivial: Fix unsuccessful typo
d2ea2bc trivial: Fix unsuccessful typo (practicalswift) Pull request description: Fix unsuccessful typo. Tree-SHA512: 48dde6764603b91cdd698fd9b5ea200961009df07f5a024430aaf81c50d889ed72681d76ac0832cdafaa2fd2be32ef3637ba641308de5eea6146f3b1074e9b19
2 parents d4267a3 + d2ea2bc commit 5ea932a

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)