Skip to content

Commit

Permalink
Undo test changes (to match monero release branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd committed Jun 4, 2024
1 parent f22b0fd commit b5ab76b
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 b5ab76b

Please sign in to comment.