mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
update go-amino
This commit is contained in:
+4
-4
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user