Skip to content

Commit

Permalink
Adapt to new signature of chain_apis::read_only for trx_finality_stat…
Browse files Browse the repository at this point in the history
…us_processing
  • Loading branch information
linh2931 committed Jun 24, 2022
1 parent 51f5c72 commit fe68ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/get_table_seckey_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BOOST_FIXTURE_TEST_CASE( get_table_next_key_test, TESTER ) try {
set_abi( "test"_n, contracts::get_table_seckey_test_abi().data() );
produce_block();

chain_apis::read_only plugin(*(this->control), {}, fc::microseconds::maximum());
chain_apis::read_only plugin(*(this->control), {}, fc::microseconds::maximum(), {}, {});
chain_apis::read_only::get_table_rows_params params = []{
chain_apis::read_only::get_table_rows_params params{};
params.json=true;
Expand Down

0 comments on commit fe68ea5

Please sign in to comment.