mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
types: Minor format
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -744,9 +744,7 @@ type ExtendedCommitSig struct {
|
||||
// NewExtendedCommitSigAbsent returns new ExtendedCommitSig with
|
||||
// BlockIDFlagAbsent. Other fields are all empty.
|
||||
func NewExtendedCommitSigAbsent() ExtendedCommitSig {
|
||||
return ExtendedCommitSig{
|
||||
BlockIDFlag: BlockIDFlagAbsent,
|
||||
}
|
||||
return ExtendedCommitSig{BlockIDFlag: BlockIDFlagAbsent}
|
||||
}
|
||||
|
||||
// ForBlock returns true if ExtendedCommitSig is for the block.
|
||||
|
||||
Reference in New Issue
Block a user