Skip to content

Commit

Permalink
Merge pull request #1752 from AntelopeIO/fix-warn-5.0
Browse files Browse the repository at this point in the history
[5.0] Fix compiler warning
  • Loading branch information
heifner authored Oct 12, 2023
2 parents 504689f + 60a3e3e commit 6c24a3d
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 6c24a3d

Please sign in to comment.