mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
Use new go-wire; PubKey etc are interfaces; Keybase refactor
This commit is contained in:
12
keys/wire.go
Normal file
12
keys/wire.go
Normal file
@ -0,0 +1,12 @@
|
||||
package keys
|
||||
|
||||
import (
|
||||
"github.com/tendermint/go-crypto"
|
||||
"github.com/tendermint/go-wire"
|
||||
)
|
||||
|
||||
var cdc = wire.NewCodec()
|
||||
|
||||
func init() {
|
||||
crypto.RegisterWire(cdc)
|
||||
}
|
Reference in New Issue
Block a user