bug fix: unlock tag

This commit is contained in:
CounterFire2023 2024-07-18 20:14:31 +08:00
parent e3488bf9e0
commit d976d792a1

View File

@ -80,7 +80,9 @@ export class Locker {
if (errcode) {
throw new Error(errmsg)
}
if (chainId == parseInt(import.meta.env.VUE_APP_NET_ID_MAIN)) {
trans_req.from = this.bc.store.eoaAddress
}
return this.sendUnlockOrMint(provider, trans_req)
}