mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-05-14 06:42:24 +00:00
Undo test changes (to match monero release branch)
This commit is contained in:
parent
f22b0fdaef
commit
b5ab76b131
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ namespace
|
||||||
transaction out{};
|
transaction out{};
|
||||||
EXPECT(
|
EXPECT(
|
||||||
cryptonote::construct_tx_and_get_tx_key(
|
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
|
out.additional_keys, true, {rct::RangeProofType::RangeProofBulletproof, 2}, use_view_tag
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue