Error reading message: proto: bad wiretype for field types.RequestInitChain.Time
hxmhlt opened this issue · 1 comments
hxmhlt commented
Hi,when I command "abci-cli kvstoredo" and then"tendermint node" . The abci-cli show error :"E[06-08|06:19:59.232] Connection error module=abci-server error="Error reading message: proto: bad wiretype for field types.RequestInitChain.Time: got wiretype 2, want 0"
".Anybody can tell me why? I do debug in project abci ,it shows that in /vendor/github.com/gogo/protobuf/proto/decode.go ,function unmarshalType retruns error in line 541.
hxmhlt commented
I have resloved . Just update tendermint to the latest . And make sure the abci dep in Gopkg.toml is v0.11.0.