Browse Source

forgot node/wire.go

pull/1432/head
Ethan Buchman 6 years ago
parent
commit
466c3ab1c7
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      node/wire.go

+ 12
- 0
node/wire.go View 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)
}

Loading…
Cancel
Save