Skip to content

Commit

Permalink
Unit test adjusted to hive::protocol::transaction::id() changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vogel76 committed Nov 9, 2023
1 parent 7fbfb27 commit a787b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void test_get_transaction( const condenser_api_fixture& caf, uint32_t block_num,
for( size_t transaction_index = 0; transaction_index < expected_transactions.size(); ++transaction_index )
{
const auto& trx = block.transactions[ transaction_index ];
const auto& trx_id = trx.id();
const auto& trx_id = trx.id(hive::protocol::pack_type::legacy);
BOOST_REQUIRE( trx_id != hive::protocol::transaction_id_type() );
const auto& expected_transaction = expected_transactions[ transaction_index ];

Expand Down

0 comments on commit a787b10

Please sign in to comment.