Retaining transaction logs when transaction plugin is loaded. (#22874)

Transaction logs are not being saved to the database through the plugin interface.

Summary of Changes

Retain the transaction logs when transaction notification plugin is loaded.

Fixes #
lijunwangs/solana-accountsdb-plugin-postgres#6
This commit is contained in:
Lijun Wang
2022-02-11 20:29:07 -08:00
committed by GitHub
parent 817f47d970
commit c04438be4b
5 changed files with 17 additions and 15 deletions

View File

@ -4330,6 +4330,7 @@ pub fn create_test_transactions_and_populate_blockstore(
true,
None,
blockstore,
false,
&Arc::new(AtomicBool::new(false)),
);
@ -4343,7 +4344,6 @@ pub fn create_test_transactions_and_populate_blockstore(
Some(
&solana_ledger::blockstore_processor::TransactionStatusSender {
sender: transaction_status_sender,
enable_cpi_and_log_storage: false,
},
),
Some(&replay_vote_sender),