forked from lthn/blockchain
fixed bug in getwallet_restore_info
This commit is contained in:
parent
2d8adf2734
commit
982543da42
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue