mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-23 13:47:47 +00:00
Merge pull request #3504
a0a810c
performance_tests: fix subaddress expansion test not expanding (moneromooo-monero)
This commit is contained in:
commit
f0f3157183
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
|
||||
bool test()
|
||||
{
|
||||
wallet.expand_subaddresses({0, 0});
|
||||
wallet.expand_subaddresses({1, 0});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue