Hi There,
When I generate new wallets on Trezor devices, I normally use SLIP39 to generate seed phrases, with three shares of 20 words each and a threshold of two. In other words I need to have only two shares out of three to be able to restore my wallet on a new device.
Obviously, I want to make sure all shares of my backup are valid after I have generated a new wallet, so I use the verification feature in Trezor Suite. The problem is that the validation feature only asks for the number of shares to meet the threshold. I can only enter two shares during a verification. For example I can verify that share1 and share2 are valid. But to check that share3 is valid, I need to do another verification where I enter either share1 + share3 or share2 + share3. So I need to enter one share twice so I can validate all shares are valid (share1+share2 and share2+share3). This takes more effort that necessary.
It would be great if you could provide a feature to do an exhaustive verification of all shares in a single operation. The user would be asked to enter all shares once, and the software would run multiple operations in the background so that each share has been used at least once.
Many thanks
Mark