mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
keypair::generate: always require hw::device to avoid possible mistake
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
bool test()
|
||||
{
|
||||
cryptonote::keypair::generate();
|
||||
cryptonote::keypair::generate(hw::get_device("default"));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user