mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 17:27:39 +00:00
Revert "Undo test changes (to match monero release branch)"
This reverts commit b5ab76b131
.
This commit is contained in:
parent
b5ab76b131
commit
12246d5ecb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue