aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-05-30 15:57:42 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-05-30 15:57:42 -0500
commitf0f31571833f4a95f12360db43d4ff37854cd583 (patch)
treea6c033f79fa7863cd2ae66e67d530acc0e723ce6 /tests
parentMerge pull request #3491 (diff)
parentperformance_tests: fix subaddress expansion test not expanding (diff)
downloadmonero-f0f31571833f4a95f12360db43d4ff37854cd583.tar.xz
Merge pull request #3504
a0a810c performance_tests: fix subaddress expansion test not expanding (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r--tests/performance_tests/subaddress_expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/subaddress_expand.h b/tests/performance_tests/subaddress_expand.h
index 2896faebc..2a13ff5c2 100644
--- a/tests/performance_tests/subaddress_expand.h
+++ b/tests/performance_tests/subaddress_expand.h
@@ -56,7 +56,7 @@ public:
bool test()
{
- wallet.expand_subaddresses({0, 0});
+ wallet.expand_subaddresses({1, 0});
return true;
}