mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
enhance some comment
This commit is contained in:
parent
f08f596a37
commit
29bc5e9ea2
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ type Config struct {
|
|||
// Miscellaneous options
|
||||
DocRoot string `toml:"-"`
|
||||
|
||||
// Type of the EWASM interpreter ("" for detault)
|
||||
// Type of the EWASM interpreter ("" for default)
|
||||
EWASMInterpreter string
|
||||
// Type of the EVM interpreter ("" for default)
|
||||
EVMInterpreter string
|
||||
|
|
|
|||
|
|
@ -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 NsgPipe doesn't use it.
|
||||
// anything in those tests because MsgPipe doesn't use it.
|
||||
close(err error)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue