mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 22:42:24 +00:00
Fix Makefile build command; Define Signature interface
This commit is contained in:
@@ -28,7 +28,7 @@ build_race:
|
||||
|
||||
test: build
|
||||
-rm -rf ~/.tendermint_test_bak
|
||||
mv ~/.tendermint_test ~/.tendermint_test_bak
|
||||
-mv ~/.tendermint_test ~/.tendermint_test_bak
|
||||
go test github.com/tendermint/tendermint/...
|
||||
|
||||
draw_deps:
|
||||
|
||||
@@ -9,6 +9,8 @@ import (
|
||||
|
||||
// Signature is a part of Txs and consensus Votes.
|
||||
type Signature interface {
|
||||
IsZero() bool
|
||||
String() string
|
||||
}
|
||||
|
||||
// Types of Signature implementations
|
||||
|
||||
Reference in New Issue
Block a user