rename process_entries to indicate it's only for tests (#21321)

This commit is contained in:
Justin Starry
2021-11-17 20:53:40 +01:00
committed by GitHub
parent 0f69a14247
commit 66fa062f13
3 changed files with 28 additions and 21 deletions

View File

@ -4268,7 +4268,7 @@ pub fn create_test_transactions_and_populate_blockstore(
// Check that process_entries successfully writes can_commit transactions statuses, and
// that they are matched properly by get_rooted_block
let _result = solana_ledger::blockstore_processor::process_entries(
let _result = solana_ledger::blockstore_processor::process_entries_for_tests(
&bank,
entries,
true,