Demote write locks on transaction program ids (#19593)
* Add feature * Demote write lock on program ids * Fixup bpf tests * Update MappedMessage::is_writable * Comma nit * Review comments
This commit is contained in:
@ -113,7 +113,8 @@ impl TransactionStatusService {
|
||||
})
|
||||
.expect("FeeCalculator must exist");
|
||||
let fee = transaction.message().calculate_fee(&fee_calculator);
|
||||
let tx_account_locks = transaction.get_account_locks();
|
||||
let tx_account_locks =
|
||||
transaction.get_account_locks(bank.demote_program_write_locks());
|
||||
|
||||
let inner_instructions = inner_instructions.map(|inner_instructions| {
|
||||
inner_instructions
|
||||
|
Reference in New Issue
Block a user