Skip to content

Commit

Permalink
Revert "Undo test changes (to match monero release branch)"
Browse files Browse the repository at this point in the history
This reverts commit b5ab76b.
  • Loading branch information
vtnerd committed Jun 4, 2024
1 parent b5ab76b commit 12246d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/scanner.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace
transaction out{};
EXPECT(
cryptonote::construct_tx_and_get_tx_key(
keys, subaddresses, sources, destinations, keys.m_account_address, {}, out.tx, 0, unused_key,
keys, subaddresses, sources, destinations, keys.m_account_address, {}, out.tx, /* 0, */ unused_key,
out.additional_keys, true, {rct::RangeProofType::RangeProofBulletproof, 2}, use_view_tag
)
);
Expand Down

0 comments on commit 12246d5

Please sign in to comment.