This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
forgot wire.go file
pull/1511/head
Ethan Buchman
7 years ago
parent
593a785ae2
commit
f67c5a9e7b
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
}
Write
Preview
Loading…
Cancel
Save