aboutsummaryrefslogtreecommitdiff
path: root/src/multisig/multisig_account_kex_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add an option to force-update multisig key exchange under some circumstanceskoe2022-09-211-45/+106
|
* multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman2022-09-011-1/+1
| | | | | | | | - 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-116/+215
|/ | | | have completed the multisig address
* multisig key exchange update and refactorkoe2022-02-221-0/+726