mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
removed unecessary mnemonics test
This commit is contained in:
parent
acb29cdb0f
commit
d6346365c3
@ -54,19 +54,6 @@ namespace
|
|||||||
return rand() % max;
|
return rand() % max;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
* \brief Print a seed
|
|
||||||
* \param seed word list
|
|
||||||
*/
|
|
||||||
void print_seed(const std::vector<std::string> &seed)
|
|
||||||
{
|
|
||||||
for (std::vector<std::string>::const_iterator it = seed.begin(); it != seed.end(); it++)
|
|
||||||
{
|
|
||||||
std::cout << *it << " ";
|
|
||||||
}
|
|
||||||
std::cout << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Compares vectors for equality
|
* \brief Compares vectors for equality
|
||||||
* \param expected expected vector
|
* \param expected expected vector
|
||||||
|
Loading…
Reference in New Issue
Block a user