From d404aed8168dd8690a2e7199a3d8849bf2104381 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Date: Fri, 10 Aug 2018 10:40:58 +0700 Subject: [PATCH] Update web3ext.go --- internal/web3ext/web3ext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go index b3a5d9925e..9d6ce8c6c8 100644 --- a/internal/web3ext/web3ext.go +++ b/internal/web3ext/web3ext.go @@ -20,7 +20,7 @@ package web3ext var Modules = map[string]string{ "admin": Admin_JS, "chequebook": Chequebook_JS, - "clique": Clique_JS, + "clique": Clique_JS, "debug": Debug_JS, "eth": Eth_JS, "miner": Miner_JS,