fix bug of mint nft

This commit is contained in:
CounterFire2023 2024-07-18 17:55:03 +08:00
parent 06da2ac759
commit 2597cd0b2c

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)
}
}