internal: remove extra space before XDPoS entry (#1796)

This commit is contained in:
wit liu 2025-12-04 10:33:45 +08:00 committed by GitHub
parent 8dd497dd01
commit dfaa7fc19f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,