From 99edbd15590e191748d93cb45cd1a70d8894ae36 Mon Sep 17 00:00:00 2001 From: mtshdev Date: Tue, 9 Jul 2024 14:37:52 +0300 Subject: [PATCH] fix: fix code by comments pull request --- instruction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruction.js b/instruction.js index 3558d40..0b43013 100644 --- a/instruction.js +++ b/instruction.js @@ -137,7 +137,7 @@ miningForm.addEventListener('submit', (event) => { }); walletsExampleCode.forEach((walletEl) => { - walletEl.textContent = yourWalletAddress + walletEl.textContent = yourWalletAddress; }); });