performance_tests: fix subaddress expansion test not expanding

This commit is contained in:
moneromooo-monero 2018-03-27 15:06:19 +01:00
parent 8361d60aef
commit a0a810ccd4
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
bool test()
{
wallet.expand_subaddresses({0, 0});
wallet.expand_subaddresses({1, 0});
return true;
}