1
0
Fork 0
forked from lthn/blockchain

fixed bug in getwallet_restore_info

This commit is contained in:
cryptozoidberg 2020-11-27 17:18:35 +01:00
parent 2d8adf2734
commit 982543da42
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -215,7 +215,7 @@ namespace tools
{
try
{
res.seed_phrase = m_wallet.get_account().get_seed_phrase(res.seed_phrase);
res.seed_phrase = m_wallet.get_account().get_seed_phrase(req.seed_password);
return true;
}
catch (std::exception& e)