1
0
Fork 0
forked from lthn/blockchain

fixed bug in generate/restore api

This commit is contained in:
cryptozoidberg 2020-02-13 21:29:07 +01:00
parent c4a423f6f5
commit 74092e500b
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -146,6 +146,7 @@ namespace plain_wallet
{
ok_response.result.recovered = true;
}
gwm.run_wallet(ok_response.result.wallet_id);
return epee::serialization::store_t_to_json(ok_response);
}
error_response err_result = AUTO_VAL_INIT(err_result);
@ -164,6 +165,7 @@ namespace plain_wallet
{
ok_response.result.recovered = true;
}
gwm.run_wallet(ok_response.result.wallet_id);
return epee::serialization::store_t_to_json(ok_response);
}
error_response err_result = AUTO_VAL_INIT(err_result);