mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
internal: remove extra space before XDPoS entry (#1796)
This commit is contained in:
parent
8dd497dd01
commit
dfaa7fc19f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ package web3ext
|
||||||
var Modules = map[string]string{
|
var Modules = map[string]string{
|
||||||
"admin": AdminJs,
|
"admin": AdminJs,
|
||||||
"clique": CliqueJs,
|
"clique": CliqueJs,
|
||||||
"XDPoS": XdposJs,
|
"XDPoS": XdposJs,
|
||||||
"debug": DebugJs,
|
"debug": DebugJs,
|
||||||
"eth": EthJs,
|
"eth": EthJs,
|
||||||
"miner": MinerJs,
|
"miner": MinerJs,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue