diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-27 15:06:19 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-27 15:06:19 +0100 |
commit | a0a810ccd4abb748fa9e6561b3127aaea05b1ca7 (patch) | |
tree | 0af60628dbfed35fbf395bc8fdfc87e689a21e13 /tests/performance_tests/subaddress_expand.h | |
parent | Merge pull request #3434 (diff) | |
download | monero-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.h | 2 |
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; } |