mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +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{
|
||||
"admin": AdminJs,
|
||||
"clique": CliqueJs,
|
||||
"XDPoS": XdposJs,
|
||||
"XDPoS": XdposJs,
|
||||
"debug": DebugJs,
|
||||
"eth": EthJs,
|
||||
"miner": MinerJs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue