Browse Source

forgot wire.go file

pull/1511/head
Ethan Buchman 6 years ago
parent
commit
f67c5a9e7b
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      consensus/types/wire.go

+ 12
- 0
consensus/types/wire.go View File

@ -0,0 +1,12 @@
package types
import (
"github.com/tendermint/go-amino"
"github.com/tendermint/go-crypto"
)
var cdc = amino.NewCodec()
func init() {
crypto.RegisterAmino(cdc)
}

Loading…
Cancel
Save