update go-amino

This commit is contained in:
Anton Kaliaev
2018-03-12 12:29:25 +04:00
parent 69e960da42
commit f499ce8713
10 changed files with 44 additions and 43 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
package keys
import (
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-wire"
amino "github.com/tendermint/go-amino"
crypto "github.com/tendermint/go-crypto"
)
var cdc = wire.NewCodec()
var cdc = amino.NewCodec()
func init() {
crypto.RegisterWire(cdc)
crypto.RegisterAmino(cdc)
}