aboutsummaryrefslogtreecommitdiffstats
path: root/test/web3/web3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/web3/web3.js')
-rw-r--r--test/web3/web3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web3/web3.js b/test/web3/web3.js
index 5c2de078d..0f7a4c3cd 100644
--- a/test/web3/web3.js
+++ b/test/web3/web3.js
@@ -12,7 +12,7 @@ web3.currentProvider.enable().then(() => {
Object.keys(methodGroup).forEach(methodKey => {
const methodButton = document.getElementById(methodKey)
- methodButton.addEventListener('click', function (event) {
+ methodButton.addEventListener('click', function () {
window.ethereum.sendAsync({
method: methodKey,