Skip to content

Commit

Permalink
Merge pull request #1692 from AntelopeIO/oschwaldp/ph-fix
Browse files Browse the repository at this point in the history
[PH] Trx Generator - Use default exception handler.
  • Loading branch information
oschwaldp-oci authored Sep 28, 2023
2 parents 2384713 + c24f6ff commit 7845335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/trx_generator/trx_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ namespace eosio::testing {
}

void provider_connection::init_and_connect() {
_connection_thread_pool.start(
1, [](const fc::exception& e) { elog("provider_connection exception ${e}", ("e", e)); });
_connection_thread_pool.start(1, {});
connect();
};

Expand Down

0 comments on commit 7845335

Please sign in to comment.