Fix mulitwallet signing issue with tss share index 3
Issue:
muilt-wallet signing (wallet index > 0) failed when user login with recovery tssShare (tssIndex 3)
root Cause:
The computed nonce should be added after the share denormalized( calculate with langrange coeff ) instead of before.
Fix mulitwallet signing issue with tss share index 3 Issue: muilt-wallet signing (wallet index > 0) failed when user login with recovery tssShare (tssIndex 3)
root Cause: The computed nonce should be added after the share denormalized( calculate with langrange coeff ) instead of before.
Fix: add nonce after share is denormailzed