aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/subaddress_expand.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-27 15:06:19 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-27 15:06:19 +0100
commita0a810ccd4abb748fa9e6561b3127aaea05b1ca7 (patch)
tree0af60628dbfed35fbf395bc8fdfc87e689a21e13 /tests/performance_tests/subaddress_expand.h
parentMerge pull request #3434 (diff)
downloadmonero-a0a810ccd4abb748fa9e6561b3127aaea05b1ca7.tar.xz
performance_tests: fix subaddress expansion test not expanding
Diffstat (limited to 'tests/performance_tests/subaddress_expand.h')
-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;
}