Skip to content

Commit

Permalink
added initializers
Browse files Browse the repository at this point in the history
added initializers
  • Loading branch information
ndcgundlach committed Jun 9, 2022
1 parent 314d4fd commit 89c698e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/txn_test_gen_plugin/txn_test_gen_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ struct txn_test_gen_plugin_impl {
name newaccountA;
name newaccountB;
name newaccountT;
fc::microseconds trx_expiration;
bool stop_on_trx_failed;
fc::microseconds trx_expiration{3600};
bool stop_on_trx_failed{true};

void push_next_transaction(const std::shared_ptr<std::vector<signed_transaction>>& trxs, const std::function<void(const fc::exception_ptr&)>& next ) {
chain_plugin& cp = app().get_plugin<chain_plugin>();
Expand Down

0 comments on commit 89c698e

Please sign in to comment.