Clean up demote program write lock feature (#21949)
* Clean up demote program write lock feature * fix test
This commit is contained in:
@ -123,8 +123,7 @@ impl TransactionStatusService {
|
||||
transaction.message(),
|
||||
lamports_per_signature,
|
||||
);
|
||||
let tx_account_locks =
|
||||
transaction.get_account_locks(bank.demote_program_write_locks());
|
||||
let tx_account_locks = transaction.get_account_locks();
|
||||
|
||||
let inner_instructions = inner_instructions.map(|inner_instructions| {
|
||||
inner_instructions
|
||||
|
Reference in New Issue
Block a user