expanse-org / go-expanse

Jeffrey Wilcke's Go implementation of the Ethereum y/w paper
GNU Lesser General Public License v3.0
55 stars 19 forks source link

wrong error message: #24

Open ID453543435 opened 7 years ago

ID453543435 commented 7 years ago

System information

Gexp version: gexp version OS & Version: Windows/Linux/OSX Commit hash : (if develop)

Expected behaviour

Actual behaviour

Steps to reproduce the behaviour

wrong error message: \rpc\server.go:441 requests[i] = &serverRequest{id: r.id, err: &methodNotFoundError{r.method, r.method}} must be requests[i] = &serverRequest{id: r.id, err: &methodNotFoundError{r.service, r.method}}

Backtrace

[backtrace]