Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Apr 21, 2022
1 parent d83ab90 commit b2cbe8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/evo_deterministicmns_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ BOOST_FIXTURE_TEST_CASE(dip3_protx, TestChainDIP3Setup)
BOOST_FIXTURE_TEST_CASE(dip3_test_mempool_reorg, TestChainDIP3Setup)
{
int nHeight = chainActive.Height();
auto utxos = BuildSimpleUtxoMap(coinbaseTxns);
auto utxos = BuildSimpleUtxoMap(m_coinbase_txns);

CKey ownerKey;
CKey payoutKey;
Expand Down Expand Up @@ -519,7 +519,7 @@ BOOST_FIXTURE_TEST_CASE(dip3_test_mempool_reorg, TestChainDIP3Setup)
BOOST_FIXTURE_TEST_CASE(dip3_test_mempool_dual_proregtx, TestChainDIP3Setup)
{
int nHeight = chainActive.Height();
auto utxos = BuildSimpleUtxoMap(coinbaseTxns);
auto utxos = BuildSimpleUtxoMap(m_coinbase_txns);

// Create a MN
CKey ownerKey1;
Expand Down

0 comments on commit b2cbe8e

Please sign in to comment.