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
212bf266
Commit
212bf266
authored
Nov 08, 2018
by
Corey Lin
Committed by
Felix Lange
Nov 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eth, p2p: fix comment typos (#18014)
parent
c71e4fc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.go
eth/config.go
+1
-1
server.go
p2p/server.go
+1
-1
No files found.
eth/config.go
View file @
212bf266
...
...
@@ -122,7 +122,7 @@ type Config struct {
// Miscellaneous options
DocRoot
string
`toml:"-"`
// Type of the EWASM interpreter ("" for de
t
ault)
// Type of the EWASM interpreter ("" for de
f
ault)
EWASMInterpreter
string
// Type of the EVM interpreter ("" for default)
EVMInterpreter
string
...
...
p2p/server.go
View file @
212bf266
...
...
@@ -228,7 +228,7 @@ type transport interface {
MsgReadWriter
// transports must provide Close because we use MsgPipe in some of
// the tests. Closing the actual network connection doesn't do
// anything in those tests because
N
sgPipe doesn't use it.
// anything in those tests because
M
sgPipe doesn't use it.
close
(
err
error
)
}
...
...
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