Skip to content

Commit

Permalink
Added missing send block
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Jan 27, 2024
1 parent 7e32c33 commit 84a7125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/core_test/active_transactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ TEST (active_transactions, fork_replacement_tally)
.build_shared ();
node1.process_active (open);
// Confirmation
auto vote = nano::test::make_final_vote (nano::dev::genesis_key, { open });
auto vote = nano::test::make_final_vote (nano::dev::genesis_key, { send, open });
node1.vote_processor.vote (vote, std::make_shared<nano::transport::inproc::channel> (node1, node1));
}
ASSERT_TIMELY_EQ (5s, node1.ledger.cache.cemented_count, 1 + 2 * reps_count);
Expand Down

0 comments on commit 84a7125

Please sign in to comment.