diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-05-30 15:57:42 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-30 15:57:42 -0500 |
commit | f0f31571833f4a95f12360db43d4ff37854cd583 (patch) | |
tree | a6c033f79fa7863cd2ae66e67d530acc0e723ce6 /tests | |
parent | Merge pull request #3491 (diff) | |
parent | performance_tests: fix subaddress expansion test not expanding (diff) | |
download | monero-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.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; } |