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:
@ -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),
|
||||
|
Reference in New Issue
Block a user