summaryrefslogtreecommitdiff
path: root/src/multisig/multisig_account.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add an option to force-update multisig key exchange under some circumstanceskoe2022-09-211-3/+4
|
* multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman2022-09-011-1/+8
| | | | | | | | - 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.
* Merge pull request #8302luigi11112022-05-101-1/+1
|\ | | | | | | 41da2fe Update copyright to 2022 for Hardfork files (Akrit)
| * Update copyright to 2022 for Hardfork filesAkrit2022-04-291-1/+1
| | | | | | | | Update Makefile and LICENSE
* | multisig: add post-kex verification round to check that all participants ↵koe2022-04-291-14/+33
|/ | | | have completed the multisig address
* multisig key exchange update and refactorkoe2022-02-221-0/+184