mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 01:37:51 -08:00
remove some unused code
Found by codacy.com
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user