mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
All units tests passing
This commit is contained in:
@@ -80,11 +80,10 @@ func MakeCommit(blockID types.BlockID, height int64, round int32, valSet *types.
|
||||
}
|
||||
|
||||
sigs[idx] = types.CommitSig{
|
||||
BlockIDFlag: types.BlockIDFlagCommit,
|
||||
ValidatorAddress: addr,
|
||||
Timestamp: now,
|
||||
Signature: v.Signature,
|
||||
ExtensionSignature: v.ExtensionSignature,
|
||||
BlockIDFlag: types.BlockIDFlagCommit,
|
||||
ValidatorAddress: addr,
|
||||
Timestamp: now,
|
||||
Signature: v.Signature,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user