mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 15:49:35 -04:00
multisig: fix #8537 seed restore (suggestions by @UkoeHB)
- spend secret key is no longer the sum of multisig key shares; no need to check that is the case upon restore. - restoring a multisig wallet from multisig info means that the wallet must have already completed all setup rounds. Upon restore, set the number of rounds completed accordingly.
This commit is contained in:
parent
b6a029f222
commit
564a7a31e8
6 changed files with 26 additions and 11 deletions
|
@ -794,7 +794,8 @@ private:
|
|||
};
|
||||
|
||||
/*!
|
||||
* \brief Generates a wallet or restores one.
|
||||
* \brief Generates a wallet or restores one. Assumes the multisig setup
|
||||
* has already completed for the provided multisig info.
|
||||
* \param wallet_ Name of wallet file
|
||||
* \param password Password of wallet file
|
||||
* \param multisig_data The multisig restore info and keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue