Skip to content

Commit

Permalink
Merge pull request #1761 from AntelopeIO/fix-warn-main
Browse files Browse the repository at this point in the history
[5.0 -> main] Fix compiler warning
  • Loading branch information
heifner authored Oct 12, 2023
2 parents e767503 + 7b37480 commit 0fc4c2c
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 0fc4c2c

Please sign in to comment.