diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 13:47:51 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 15:37:36 +0000 |
| commit | d4f50cb109c45c1f50700cbe2e88ec891eb7d469 (patch) | |
| tree | d9f69a28fb4500ad985ccc2875836acf88105675 /tests/unit_tests/multisig.cpp | |
| parent | 611639710d9f3665999b4ec71a52efc73aca4853 (diff) | |
| download | monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.tar.gz monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.tar.xz monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.zip | |
remove some unused code
Found by codacy.com
Diffstat (limited to 'tests/unit_tests/multisig.cpp')
| -rw-r--r-- | tests/unit_tests/multisig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/multisig.cpp b/tests/unit_tests/multisig.cpp index 7268f2690..eb3196863 100644 --- a/tests/unit_tests/multisig.cpp +++ b/tests/unit_tests/multisig.cpp @@ -112,7 +112,7 @@ static void make_wallets(std::vector<tools::wallet2>& wallets, unsigned int M) } for (auto& wallet: wallets) { - ASSERT_FALSE(wallet.multisig() || wallet.multisig() || wallet.multisig()); + ASSERT_FALSE(wallet.multisig()); } std::vector<std::string> mxis; |
