aboutsummaryrefslogtreecommitdiff
path: root/src/multisig/multisig_account_kex_impl.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-45/+106
2022-09-01multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman1-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.
2022-04-29multisig: add post-kex verification round to check that all participants ↵koe1-116/+215
have completed the multisig address
2022-04-29Update copyright to 2022 for Hardfork filesAkrit1-1/+1
Update Makefile and LICENSE
2022-02-22multisig key exchange update and refactorkoe1-0/+726