We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022-02-13T10:03:54.189+0100 FATAL iotex-election/main.go:49 failed to create server {"error": "Invalid staking contract address", "errorVerbose": "Invalid staking contract address\ngithub.com/iotexproject/iotex-election/committee.NewCommittee\n\t/home/jeremi/Code/JRPC/external/iotex-election/committee/committee.go:137\ngithub.com/iotexproject/iotex-election/server.NewServer\n\t/home/jeremi/Code/JRPC/external/iotex-election/server/server.go:69\ngithub.com/iotexproject/iotex-election/server.NewServerMix\n\t/home/jeremi/Code/JRPC/external/iotex-election/server/servermix.go:32\nmain.main\n\t/home/jeremi/Code/JRPC/external/iotex-election/main.go:47\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:255\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1581"} main.main /home/jeremi/Code/JRPC/external/iotex-election/main.go:49 runtime.main /usr/local/go/src/runtime/proc.go:255 Makefile:51: recipe for target 'run' failed make: *** [run] Error 1
This is the error I receive when attempting to run the iotex-election project.
I ran: go mod tidy make run
go mod tidy
make run
The project compiled, but when running it failed due to this error. Do the configuration files need to be updated?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the error I receive when attempting to run the iotex-election project.
I ran:
go mod tidy
make run
The project compiled, but when running it failed due to this error. Do the configuration files need to be updated?
The text was updated successfully, but these errors were encountered: