Merge branch 'new-CounterFire' of http://git.kingsome.cn/huangjinming/CounterFireGames into new-CounterFire

This commit is contained in:
yuyongdong 2024-07-18 17:56:14 +08:00
commit 987cdf1979

View File

@ -124,6 +124,6 @@ export class Locker {
throw new Error(errmsg)
}
trans_req.from = address
return this.sendUnlockOrMint(this.bc.web3Provider, trans_req)
return this.sendUnlockOrMint(this.bc.passportProvider, trans_req)
}
}