This commit is contained in:
zhl 2023-04-20 10:53:30 +08:00
parent 4de24123de
commit 6e5370dcd3

View File

@ -153,7 +153,7 @@ createApp({
console.log("current chain id: " + this.chainId);
await this.checkChain();
this.hasRole = await this.checkRole();
console.log("current has operation role: " + hasRole);
console.log("current has operation role: " + this.hasRole);
this.subscribeToEvents();
this.walletConnect = true;
console.log(this.chainId, this.account);