mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
Initial commit
This commit is contained in:
13
blockchain_new/wire.go
Normal file
13
blockchain_new/wire.go
Normal file
@ -0,0 +1,13 @@
|
||||
package blockchain_new
|
||||
|
||||
import (
|
||||
amino "github.com/tendermint/go-amino"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
var cdc = amino.NewCodec()
|
||||
|
||||
func init() {
|
||||
RegisterBlockchainMessages(cdc)
|
||||
types.RegisterBlockAmino(cdc)
|
||||
}
|
Reference in New Issue
Block a user