Skip to content

Commit dfaa7fc

Browse files
authored
internal: remove extra space before XDPoS entry (#1796)
1 parent 8dd497d commit dfaa7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/web3ext/web3ext.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package web3ext
2020
var Modules = map[string]string{
2121
"admin": AdminJs,
2222
"clique": CliqueJs,
23-
"XDPoS": XdposJs,
23+
"XDPoS": XdposJs,
2424
"debug": DebugJs,
2525
"eth": EthJs,
2626
"miner": MinerJs,

0 commit comments

Comments
 (0)