Transaction Signature Error when using account other than service acccount
Closed this issue · 1 comments
gregsantos commented
Transaction is reverted and throws Signature Error using account other than service account
Steps to reproduce:
- Authenticate using FCL
- Select Account A, or Create New Account and select for authentication
- New account is stored as
CURRENT_USER
successfully fcl.currentUser.snapshot()
={f_type: "USER", f_vsn: "1.0.0", addr: "0xe03daebed8ca0615",…}
- New account is stored as
- Authorize using FCL
- Approve transaction from dev-wallet UI
- Transaction fails with
Error
Transaction reverted
[Error Code: 1006] invalid proposal key: public key 0 on account e03daebed8ca0615 does not have a valid signature: [Error Code: 1009] invalid envelope key: public key 0 on account e03daebed8ca0615 does not have a valid signature: signature is not valid
DEBU[2364] ❗ Transaction Signature Error
gregsantos commented
Closing as this was fixed by update to refresh service