System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
trying to import server into cmd->emintd->main.go
package main
import (
"github.com/cosmos/cosmos-sdk/server"
)
when I run make tools deps install I got
# github.com/cosmos/ethermint/vendor/github.com/cosmos/cosmos-sdk/crypto/keys/mintkey
vendor/github.com/cosmos/cosmos-sdk/crypto/keys/mintkey/mintkey.go:108:41: too many arguments in call to bcrypt.GenerateFromPassword
have ([]byte, []byte, int)
want ([]byte, int)
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce: trying to import
server
into cmd->emintd->main.gowhen I run
make tools deps install
I gotExpected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]