Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed May 8, 2024
1 parent e522386 commit 65e9730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/testing/include/eosio/testing/tester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace eosio::testing {
struct produce_block_result_t {
signed_block_ptr block;
transaction_trace_ptr onblock_trace;
std::vector<transaction_trace_ptr> unapplied_transaction_traces; // unapplied from previous `push_block` not on head branch
std::vector<transaction_trace_ptr> unapplied_transaction_traces; // only traces of any unapplied transactions
};

/**
Expand Down

0 comments on commit 65e9730

Please sign in to comment.