diff --git a/libvcx_core/src/api_vcx/api_global/pool.rs b/libvcx_core/src/api_vcx/api_global/pool.rs index c8e002baff..c54f8dc188 100644 --- a/libvcx_core/src/api_vcx/api_global/pool.rs +++ b/libvcx_core/src/api_vcx/api_global/pool.rs @@ -123,7 +123,7 @@ pub async fn open_main_pool(config: &PoolConfig) -> LibvcxResult<()> { pub async fn close_main_pool() -> LibvcxResult<()> { info!("close_main_pool >> Closing main pool"); - // indy_close_pool(get_main_pool_handle()?).await?; + indy_close_pool(get_main_pool_handle()?).await?; // todo: better way to go about this? legacy_setup_global_pool(None); setup_global_pool(None);