From 65e9730391f8170d034a6b23e5b170ee43fb5a25 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Wed, 8 May 2024 18:04:49 -0400 Subject: [PATCH] Update comment. --- libraries/testing/include/eosio/testing/tester.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/testing/include/eosio/testing/tester.hpp b/libraries/testing/include/eosio/testing/tester.hpp index 49f93fe6b1..8d975d4e79 100644 --- a/libraries/testing/include/eosio/testing/tester.hpp +++ b/libraries/testing/include/eosio/testing/tester.hpp @@ -147,7 +147,7 @@ namespace eosio::testing { struct produce_block_result_t { signed_block_ptr block; transaction_trace_ptr onblock_trace; - std::vector unapplied_transaction_traces; // unapplied from previous `push_block` not on head branch + std::vector unapplied_transaction_traces; // only traces of any unapplied transactions }; /**