p2p: proto leftover (#4995)

## Description

removing codec.go from p2p pkg and some leftover amino encoding

Closes: #XXX
This commit is contained in:
Marko
2020-06-11 14:37:29 +00:00
committed by GitHub
parent f6243d8b9e
commit bdac0818ac
7 changed files with 115 additions and 108 deletions
-13
View File
@@ -1,13 +0,0 @@
package state
import (
amino "github.com/tendermint/go-amino"
cryptoamino "github.com/tendermint/tendermint/crypto/encoding/amino"
)
var cdc = amino.NewCodec()
func init() {
cryptoamino.RegisterAmino(cdc)
}