Implement finalizer so that all locked accounts are dropped (#3585)
* Implement finalizer so that all locked accounts are dropped when finalizer goes out of scope * Add test for tx error with lock conflict * Fix double unlock from destructor running after a call to unlock
This commit is contained in:
@@ -5,6 +5,7 @@ pub mod bank_client;
|
||||
mod blockhash_queue;
|
||||
pub mod bloom;
|
||||
pub mod loader_utils;
|
||||
pub mod locked_accounts_results;
|
||||
mod native_loader;
|
||||
pub mod runtime;
|
||||
mod status_cache;
|
||||
|
Reference in New Issue
Block a user