mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
trivial: Fix unsuccessful typo
This commit is contained in:
parent
d4267a3ab2
commit
d2ea2bcb5c
@ -49,7 +49,7 @@ BOOST_FIXTURE_TEST_CASE(tx_mempool_reject_coinbase, TestChain100Setup)
|
|||||||
// Check that the transaction hasn't been added to mempool.
|
// Check that the transaction hasn't been added to mempool.
|
||||||
BOOST_CHECK_EQUAL(mempool.size(), initialPoolSize);
|
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(state.IsInvalid());
|
||||||
BOOST_CHECK_EQUAL(state.GetRejectReason(), "coinbase");
|
BOOST_CHECK_EQUAL(state.GetRejectReason(), "coinbase");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user