Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/5.0' into fix-warn-main
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 12, 2023
2 parents e767503 + 6c24a3d commit 7b37480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/producer_plugin/test/test_disallow_delayed_trx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ BOOST_AUTO_TEST_CASE(delayed_trx) {
false,
transaction_metadata::trx_type::input,
return_failure_traces,
[ptrx, return_failure_traces] (const next_function_variant<transaction_trace_ptr>& result) {
[ptrx] (const next_function_variant<transaction_trace_ptr>& result) {
elog( "trace with except ${e}", ("e", fc::json::to_pretty_string( *std::get<chain::transaction_trace_ptr>( result ) )) );
}
),
Expand Down

0 comments on commit 7b37480

Please sign in to comment.