mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
forgot node/wire.go
This commit is contained in:
12
node/wire.go
Normal file
12
node/wire.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
amino "github.com/tendermint/go-amino"
|
||||
crypto "github.com/tendermint/go-crypto"
|
||||
)
|
||||
|
||||
var cdc = amino.NewCodec()
|
||||
|
||||
func init() {
|
||||
crypto.RegisterAmino(cdc)
|
||||
}
|
||||
Reference in New Issue
Block a user