Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
0ad32d3b
Commit
0ad32d3b
authored
May 30, 2018
by
kiel barry
Committed by
Péter Szilágyi
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ethstats: fix last golint warning (#16837)
parent
68b0d30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ethstats.go
ethstats/ethstats.go
+2
-2
No files found.
ethstats/ethstats.go
View file @
0ad32d3b
...
@@ -362,7 +362,7 @@ type nodeInfo struct {
...
@@ -362,7 +362,7 @@ type nodeInfo struct {
// authMsg is the authentication infos needed to login to a monitoring server.
// authMsg is the authentication infos needed to login to a monitoring server.
type
authMsg
struct
{
type
authMsg
struct
{
I
d
string
`json:"id"`
I
D
string
`json:"id"`
Info
nodeInfo
`json:"info"`
Info
nodeInfo
`json:"info"`
Secret
string
`json:"secret"`
Secret
string
`json:"secret"`
}
}
...
@@ -381,7 +381,7 @@ func (s *Service) login(conn *websocket.Conn) error {
...
@@ -381,7 +381,7 @@ func (s *Service) login(conn *websocket.Conn) error {
protocol
=
fmt
.
Sprintf
(
"les/%d"
,
les
.
ClientProtocolVersions
[
0
])
protocol
=
fmt
.
Sprintf
(
"les/%d"
,
les
.
ClientProtocolVersions
[
0
])
}
}
auth
:=
&
authMsg
{
auth
:=
&
authMsg
{
I
d
:
s
.
node
,
I
D
:
s
.
node
,
Info
:
nodeInfo
{
Info
:
nodeInfo
{
Name
:
s
.
node
,
Name
:
s
.
node
,
Node
:
infos
.
Name
,
Node
:
infos
.
Name
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment