bug fix: unlock tag
This commit is contained in:
parent
e3488bf9e0
commit
d976d792a1
@ -80,7 +80,9 @@ export class Locker {
|
|||||||
if (errcode) {
|
if (errcode) {
|
||||||
throw new Error(errmsg)
|
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)
|
return this.sendUnlockOrMint(provider, trans_req)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user