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 | |
| parent | f03bf36c857855b0e6b0270b74c8bb1bc2d053ee (diff) | |
| parent | a0a810ccd4abb748fa9e6561b3127aaea05b1ca7 (diff) | |
| download | monzero-core-f0f31571833f4a95f12360db43d4ff37854cd583.tar.gz monzero-core-f0f31571833f4a95f12360db43d4ff37854cd583.tar.xz monzero-core-f0f31571833f4a95f12360db43d4ff37854cd583.zip | |
Merge pull request #3504
a0a810c performance_tests: fix subaddress expansion test not expanding (moneromooo-monero)
| -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; } |
