|
@@ -3241,7 +3241,6 @@ impl Bank {
|
|
|
enable_log_recording: true,
|
|
enable_log_recording: true,
|
|
|
enable_return_data_recording: true,
|
|
enable_return_data_recording: true,
|
|
|
},
|
|
},
|
|
|
- transaction_account_lock_limit: Some(self.get_transaction_account_lock_limit()),
|
|
|
|
|
},
|
|
},
|
|
|
);
|
|
);
|
|
|
|
|
|
|
@@ -4582,7 +4581,6 @@ impl Bank {
|
|
|
log_messages_bytes_limit,
|
|
log_messages_bytes_limit,
|
|
|
limit_to_load_programs: false,
|
|
limit_to_load_programs: false,
|
|
|
recording_config,
|
|
recording_config,
|
|
|
- transaction_account_lock_limit: Some(self.get_transaction_account_lock_limit()),
|
|
|
|
|
},
|
|
},
|
|
|
);
|
|
);
|
|
|
|
|
|