You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to perform multisign where one of the signers has a RegularKey enabled you must signAs using the account while signing the transaction with the delegate.
const signer1 = derive.familySeed('') -> This user has set their `RegularKey` to signer1Delegate
const signer1Delegate = derive.familySeed('')
const regKeySig1 = sign(
accountSetTx,
signer1Delegate.signAs(signer1.address as string)
)
In order to perform multisign where one of the signers has a RegularKey enabled you must
signAs
using the account while signing the transaction with the delegate.The fix might occur here:
Xaman-App/src/screens/Overlay/Vault/VaultModal.tsx
Line 293 in e6b13d8
This account needs to be the signer1 address.
The text was updated successfully, but these errors were encountered: