From 6e5370dcd3bcd087e1e9c5db8c6814090a325bd7 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 20 Apr 2023 10:53:30 +0800 Subject: [PATCH] bug fix --- assets/scripts/confirm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/confirm.js b/assets/scripts/confirm.js index 349271d..b06754f 100644 --- a/assets/scripts/confirm.js +++ b/assets/scripts/confirm.js @@ -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);